ionide / FsAutoComplete

F# language server using Language Server Protocol
Other
391 stars 151 forks source link

Default RoslynSourceText #1168

Closed TheAngryByrd closed 9 months ago

TheAngryByrd commented 9 months ago

WHAT

๐Ÿค– Generated by Copilot at afea923

The pull request updates the parser to use RoslynSourceText for better performance and compatibility. It also adjusts the tests to use the new source text option.

๐Ÿค– Generated by Copilot at afea923

RoslynSourceText Faster parsing in the spring NamedText rests now

๐Ÿš€๐Ÿ”ง๐Ÿงช

WHY

Just sets SourceText to default to Roslyn for now. We can discuss when to start removing the older SourceText/LSPServers later.

See this comment

HOW

๐Ÿค– Generated by Copilot at afea923