-
-
Notifications
You must be signed in to change notification settings - Fork 414
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(language-service): html completion should not be affected by ts …
…performance close #4298
- Loading branch information
1 parent
307ef4c
commit 65d38a1
Showing
6 changed files
with
99 additions
and
120 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,15 +25,15 @@ | |
"@vue/typescript-plugin": "2.0.14", | ||
"computeds": "^0.0.1", | ||
"path-browserify": "^1.0.1", | ||
"volar-service-css": "0.0.38", | ||
"volar-service-emmet": "0.0.38", | ||
"volar-service-html": "0.0.38", | ||
"volar-service-json": "0.0.38", | ||
"volar-service-pug": "0.0.38", | ||
"volar-service-pug-beautify": "0.0.38", | ||
"volar-service-typescript": "0.0.38", | ||
"volar-service-typescript-twoslash-queries": "0.0.38", | ||
"vscode-html-languageservice": "^5.1.0", | ||
"volar-service-css": "0.0.39", | ||
"volar-service-emmet": "0.0.39", | ||
"volar-service-html": "0.0.39", | ||
"volar-service-json": "0.0.39", | ||
"volar-service-pug": "0.0.39", | ||
"volar-service-pug-beautify": "0.0.39", | ||
"volar-service-typescript": "0.0.39", | ||
"volar-service-typescript-twoslash-queries": "0.0.39", | ||
"vscode-html-languageservice": "npm:@johnsoncodehk/[email protected]", | ||
"vscode-languageserver-textdocument": "^1.0.11", | ||
"vscode-uri": "^3.0.8" | ||
}, | ||
|
Oops, something went wrong.