Skip to content

Commit

Permalink
Bump @volar/vue-language-server from 1.0.9 to 1.0.13 (#144)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
rchl and dependabot[bot] committed Dec 15, 2022
1 parent 32f0c42 commit 60f85be
Show file tree
Hide file tree
Showing 4 changed files with 428 additions and 404 deletions.
6 changes: 6 additions & 0 deletions LSP-volar.sublime-settings
Expand Up @@ -2,9 +2,12 @@
"initializationOptions": {
// List any additional file extensions that should be processed as Vue files.
"additionalExtensions": [],
// Disable file watcher in language server for better performance.
"disableFileWatcher": false,
// Defines which auto-complete popup trigger characters that Volar defines are allowed.
// By default all Volar trigger characters are disabled as ST does a better job.
"ignoreTriggerCharacters": [],
"json.customBlockSchemaUrls": {},
// Specify the `typescript.tsdk` to tsserverlibrary.js.
// If not specified LSP-volar will use the typescript from the workspace if it exist,
// else the typescript bundled with LSP-volar will be used.
Expand All @@ -15,6 +18,9 @@
// Ignore project references settings of tsconfig in language server for resolve issue
// https://github.com/johnsoncodehk/volar/issues/1344.
"noProjectReferences": false,
"respectClientCapabilities": true,
// Reverse priority for tsconfig pickup.
"reverseConfigFilePriority": false,
},
"settings": {
// Auto-complete Ref value with `.value`.
Expand Down

0 comments on commit 60f85be

Please sign in to comment.