We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb53fdc commit 8167217Copy full SHA for 8167217
testing/test-vscode.sh
@@ -12,7 +12,7 @@ rm -rf "$test_root_dir" && mkdir -p "$test_root_dir"
12
cd "$test_root_dir"
13
git clone --depth=10 https://github.com/mongodb-js/vscode.git
14
cd vscode
15
-git checkout gagik/mongosh-package-update
+git checkout origin/gagik/mongosh-package-update
16
npm install --force
17
rm -rf node_modules/@mongosh
18
(cd node_modules && ln -s "$mongosh_root_dir/packages" @mongosh)
0 commit comments