Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated ts in volar installer to solve auto import issue #674

Merged
merged 2 commits into from Apr 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion installer/install-volar-server.cmd
Expand Up @@ -2,4 +2,4 @@

call "%~dp0\npm_install.cmd" vue-language-server @volar/vue-language-server@~1.4.0
ren vue-language-server.cmd volar-server.cmd
call npm install typescript@5.0
call npm install typescript@5.0.2
2 changes: 1 addition & 1 deletion installer/install-volar-server.sh
Expand Up @@ -4,4 +4,4 @@ set -e

"$(dirname "$0")/npm_install.sh" vue-language-server @volar/vue-language-server@~1.4.0
mv vue-language-server volar-server
npm install typescript@5.0
npm install typescript@5.0.2