diff --git a/ci/vscode.sh b/ci/vscode.sh index c415e3fd..de5db91e 100755 --- a/ci/vscode.sh +++ b/ci/vscode.sh @@ -16,9 +16,6 @@ main() { cd lib/vscode # Install VS Code dependencies. yarn - - # NODE_MODULE_VERSION mismatch errors without this. - npm rebuild ) }