-
-
Notifications
You must be signed in to change notification settings - Fork 491
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(editor): Update config sent to language server (#6724)
Syncs up the options from the language server `Options` struct with the values that the extension supplies. I tend to avoid `toJSON` because it will be used by `JSON.stringify` when called and it's not well known. There's no reason that `LanguageServerConfig` and `Config` have to both exist, but I think two types is easier to understand. --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
41a6ad6
commit 1bcd707
Showing
2 changed files
with
12 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters