ionide / ionide-vscode-fsharp

VS Code plugin for F# development
http://ionide.io
MIT License
850 stars 276 forks source link

remove support for inline vaues #1963

Open baronfel opened 7 months ago

baronfel commented 7 months ago

Describe the bug

This is only active during debug sessions, so we should remove the feature that attempts to replace pipeline hints with inline values. The API should also probably be disabled at the FSAC layer since we don't do debug-level inline values.

SchlenkR commented 6 months ago

Maybe this is related: I wondered why pipeline hints are not shown, even if the setting for pipeline hints is enabled. I then discovered this:

grafik

When I have the checkbox for "Inline Values: Enabled" unchecked (as shown in the image), then pipeline hints are shown. If the checkbox is checked, then pipeline hints disappear.