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 ae78f36 commit 95585cbCopy full SHA for 95585cb
testing/test-vscode.sh
@@ -11,7 +11,7 @@ export NODE_OPTIONS=--max-old-space-size=4096
11
export SEGMENT_KEY=GtEn04CBjn39g6A0BxldDf81YGFONOz7 # fresh from /dev/urandom
12
rm -rf "$test_root_dir" && mkdir -p "$test_root_dir"
13
cd "$test_root_dir"
14
-git clone -b gagik/mongosh-package-update --depth=10 https://github.com/mongodb-js/vscode.git
+git clone --depth=10 https://github.com/mongodb-js/vscode.git
15
cd vscode
16
npm install --force
17
rm -rf node_modules/@mongosh
0 commit comments