File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " roo-cline " : minor
3+ ---
4+
5+ Larger Promp Text Input
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ node_modules
66.DS_Store
77
88# Builds
9+ bin
910roo-cline- * .vsix
1011
1112# Local prompts
Original file line number Diff line number Diff line change 153153 "publish" : " npm run build && changeset publish && npm install --package-lock-only" ,
154154 "version-packages" : " changeset version && npm install --package-lock-only" ,
155155 "vscode:prepublish" : " npm run package" ,
156- "vsix" : " npx vsce package --out bin" ,
156+ "vsix" : " mkdir -p bin && npx vsce package --out bin" ,
157157 "watch" : " npm-run-all -p watch:*" ,
158158 "watch:esbuild" : " node esbuild.js --watch" ,
159159 "watch:tsc" : " tsc --noEmit --watch --project tsconfig.json" ,
You can’t perform that action at this time.
0 commit comments