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 7e05dc0 commit 843cd7bCopy full SHA for 843cd7b
.gitignore
@@ -6,6 +6,7 @@ node_modules
6
.DS_Store
7
8
# Builds
9
+bin
10
roo-cline-*.vsix
11
12
# Local prompts
package.json
@@ -153,7 +153,7 @@
153
"publish": "npm run build && changeset publish && npm install --package-lock-only",
154
"version-packages": "changeset version && npm install --package-lock-only",
155
"vscode:prepublish": "npm run package",
156
- "vsix": "npx vsce package --out bin",
+ "vsix": "mkdir -p bin && npx vsce package --out bin",
157
"watch": "npm-run-all -p watch:*",
158
"watch:esbuild": "node esbuild.js --watch",
159
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json",
0 commit comments