Skip to content

0.39.0

Choose a tag to compare

@github-actions github-actions released this 16 Feb 20:17
· 85 commits to main since this release
  • 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 to fscript on PATH.
  • Fixed VS Code REPL script/selection sending to dedent multiline snippets and wrap non-let snippets in an inner let value block, avoiding premature line-by-line execution and indentation/parser errors for selected inner content while keeping atomic execution and persisting only pure single-let selections.

Full Changelog: 0.38.3...0.39.0