ionide / ionide-vscode-fsharp

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

Default RoslynSourceText #1938

Closed TheAngryByrd closed 9 months ago

TheAngryByrd commented 9 months ago

WHAT

šŸ¤– Generated by Copilot at 330b861

This pull request adds an experimental feature to use RoslynSourceText for the F# language service, which can be enabled by setting FSharp.fsac.sourceTextImplementation in the configuration. It also fixes a typo in release/package.json.

šŸ¤– Generated by Copilot at 330b861

To make the language service faster We use RoslynSourceText as a master We also fix a typo In the package.json file And FSharp.fsac.sourceTextImplementation we no longer plaster

:sparkles::wrench::pencil2:

WHY

Corresponding PR to https://github.com/fsharp/FsAutoComplete/pull/1168

HOW

šŸ¤– Generated by Copilot at 330b861