ionide / FsAutoComplete

F# language server using Language Server Protocol
Other
412 stars 154 forks source link

Remove inline values that replace pipeline hints #1214

Open baronfel opened 10 months ago

baronfel commented 10 months ago

Version

latest

Dotnet Info

N/A

Steps to reproduce

Try to use pipeline hints and see they don't work. Disable inline values and see they do work.

Details

See https://github.com/ionide/ionide-vscode-fsharp/issues/1963 for additional details - we should remove the use of inlineValues from FSAC as an alternative to pipeline hints because they do not behave the same. InlineValues are only present during debugging.

Logs

No response

Checklist