0.39.0
- Added VS Code REPL commands to open FScript REPL, send selected code to REPL, and execute the current script in REPL from the editor.
- Updated VS Code REPL launch to default to
auto, preferring local workspace CLI (dotnet run --project src/FScript) before falling back tofscripton PATH. - Fixed VS Code REPL script/selection sending to dedent multiline snippets and wrap non-
letsnippets in an innerletvalue block, avoiding premature line-by-line execution and indentation/parser errors for selected inner content while keeping atomic execution and persisting only pure single-letselections.
Full Changelog: 0.38.3...0.39.0