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 057ac3e commit 82f9e9eCopy full SHA for 82f9e9e
evals/scripts/setup.sh
@@ -28,7 +28,7 @@ build_extension() {
28
echo "🔨 Building the Roo Code extension..."
29
cd ..
30
mkdir -p bin
31
- pnpm build --out ../bin/roo-code-$(git rev-parse --short HEAD).vsix || exit 1
+ pnpm build -- --out ../bin/roo-code-$(git rev-parse --short HEAD).vsix || exit 1
32
code --install-extension bin/roo-code-$(git rev-parse --short HEAD).vsix || exit 1
33
cd evals
34
}
0 commit comments