Skip to content

Commit

Permalink
Updated ts in volar installer to solve auto import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielViberg committed Apr 28, 2023
1 parent de060d9 commit 9210f0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installer/install-volar-server.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

call "%~dp0\npm_install.cmd" vue-language-server @volar/vue-language-server@~1.2.0
ren vue-language-server.cmd volar-server.cmd
call npm install typescript@4.8
call npm install typescript@5.0.2
2 changes: 1 addition & 1 deletion installer/install-volar-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ set -e

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

0 comments on commit 9210f0a

Please sign in to comment.