You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Prototype extension API support
Adds a new experimental API to the C# extension that allows other extensions to communicate with the C# language server. This API is not yet finalized and may change in the future. Relates to dotnet/roslyn#68696.
* Define an export for getting the path of the LSP server being run.
* Move the experimental APIs into an explicitly labeled `experimental` block.
* Prettier
* Adjust settings.json for standard repo settings.
* Implement extension path scanning instead of exposing the location of the LSP
* Remove unused function
* Revert the rest of the serverPath changes
* PR Feedback
* Prettier
0 commit comments