-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update json schema Some settings have been skipped, because they are VS Code related, or they are simply not supported: "volar-language-features.trace.server" - Traces the communication between VS Code and the language server. "volar-language-features-2.trace.server" - Traces the communication between VS Code and the language server. "volar-document-features.trace.server" - Traces the communication between VS Code and the language server. "volar.vueserver.useSecondServer" - Not supported "volar.icon.splitEditors" - Not supported - Show split editor icon in title area of editor. "volar.icon.preview" - Not supported - Show Vite / Nuxt App preview icon. "volar.takeOverMode.enabled" - Skipped, because LSP-volar does it this way https://github.com/sublimelsp/LSP-volar#enable-for-non-vue-files "volar.preview.port" - Not supported, yet "volar.preview.backgroundColor" - Not supported "volar.preview.transparentGrid" - Not supported DEPRECATIONS "volar.preferredAttrNameCase" was renamed to "volar.completion.preferredAttrNameCase" "volar.preferredTagNameCase" was renamed to "volar.completion.preferredTagNameCase" * LSP supports implementation https://github.com/johnsoncodehk/volar/blob/master/CHANGELOG.md#0330-2022313 > eat: support for goto implementations if you're not using VSCode, you should config new option languageFeatures.implementation = true in initializationOptions to enable it * LSP doesn't supports inlay hints just yet * refactor: define a find_typescript_path method * programmatically set initialization options for languageFeatures and documentFeatures
- Loading branch information
1 parent
d953f41
commit 9cc8db3
Showing
3 changed files
with
79 additions
and
51 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
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