diff --git a/src/Components/Fsi.fs b/src/Components/Fsi.fs index eb93f739..6857aab5 100644 --- a/src/Components/Fsi.fs +++ b/src/Components/Fsi.fs @@ -291,7 +291,7 @@ module Fsi = let hint = vscode.InlayHint.Create( line.range.``end``, - !!(" == " + value), + !!(" = " + value), InlayHintKind.Parameter )