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 8167217 commit 244f5f4Copy full SHA for 244f5f4
testing/test-vscode.sh
@@ -10,9 +10,8 @@ test_root_dir=/tmp/mongosh-vscode-test
10
export SEGMENT_KEY=GtEn04CBjn39g6A0BxldDf81YGFONOz7 # fresh from /dev/urandom
11
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
+git clone -b origin/gagik/mongosh-package-update --depth=10 https://github.com/mongodb-js/vscode.git
14
cd vscode
15
-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