diff options
Diffstat (limited to 'installer/install-json-languageserver.cmd')
-rw-r--r-- | installer/install-json-languageserver.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/install-json-languageserver.cmd b/installer/install-json-languageserver.cmd index 8e76105..d5434f9 100644 --- a/installer/install-json-languageserver.cmd +++ b/installer/install-json-languageserver.cmd @@ -1,5 +1,5 @@ @echo off -cd %~dp0 +cd /d %~dp0 call npm_install json-languageserver vscode-json-languageserver-bin |