Skip to content

Commit

Permalink
Bump @volar/vue-language-server from 1.0.16 to 1.0.24 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl authored Jan 30, 2023
1 parent 73909d9 commit c812aa0
Show file tree
Hide file tree
Showing 6 changed files with 317 additions and 254 deletions.
3 changes: 2 additions & 1 deletion LSP-volar.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
// [ref sugar ☐] code lens.
"volar.codeLens.scriptSetupTools": false,
// Normalize import name for auto import. ("myCompVue" -> "MyComp")
"volar.completion.normalizeComponentAutoImportName": true,
"volar.completion.normalizeComponentImportName": true,
// Preferred attr name case.
// possible values: "auto-kebab", "auto-camel", "kebab", "camel"
"volar.completion.preferredAttrNameCase": "auto-kebab",
Expand All @@ -54,6 +54,7 @@
"javascript": false,
"javascriptreact": false,
"json": false,
"json5": false,
"jsonc": false,
"scss": false,
"typescript": false,
Expand Down
2 changes: 1 addition & 1 deletion plugin.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .types import VueFindReferencesParams
from .plugin_types import VueFindReferencesParams
from LSP.plugin import ClientConfig
from LSP.plugin import WorkspaceFolder
from LSP.plugin.core.typing import List, Optional
Expand Down
File renamed without changes.
Loading

0 comments on commit c812aa0

Please sign in to comment.