We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using the watcher.fsx (for example in VSCode interactive console), evaluation of variables does not work anymore.
[Loading /Users/michael.ingold/.vscode/extensions/ionide.ionide-fsharp-7.23.0/watcher/watcher.fsx] module FSI_0002.Watcher ... module FSI_0003. A36e5d7e4d0fc52294825266572a34e31e219546a34f2ba28a1de6a37e7bb249 val it: (string * int) array = >
The behaviour using the version 7.22 was correct.
I'm already working on a fix and will contribute it once it's ready!
The text was updated successfully, but these errors were encountered:
fixes issue ionide#2060 introduced in 5fcad29 that breaks the evaluat…
80f41e9
…ion of values when watcher.fsx is used
495f202
fixes issue #2060 introduced in 5fcad29 that breaks the evaluation of…
3d651a8
… values when watcher.fsx is used (#2061)
No branches or pull requests
Describe the bug
When using the watcher.fsx (for example in VSCode interactive console), evaluation of variables does not work anymore.
Steps to reproduce
Expected behaviour
The behaviour using the version 7.22 was correct.
Machine info
Additional context
I'm already working on a fix and will contribute it once it's ready!
The text was updated successfully, but these errors were encountered: