From fb53fdc062c6668073b3257436a2440a0f2012d5 Mon Sep 17 00:00:00 2001 From: gagik Date: Fri, 25 Oct 2024 15:03:03 +0200 Subject: [PATCH] WIP: use renamed package --- testing/test-vscode.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/test-vscode.sh b/testing/test-vscode.sh index 9e65e169f..bc14556a5 100755 --- a/testing/test-vscode.sh +++ b/testing/test-vscode.sh @@ -12,6 +12,7 @@ rm -rf "$test_root_dir" && mkdir -p "$test_root_dir" cd "$test_root_dir" git clone --depth=10 https://github.com/mongodb-js/vscode.git cd vscode +git checkout gagik/mongosh-package-update npm install --force rm -rf node_modules/@mongosh (cd node_modules && ln -s "$mongosh_root_dir/packages" @mongosh)