diff --git a/.changeset/rare-terms-worry.md b/.changeset/rare-terms-worry.md new file mode 100644 index 0000000..8e8e66c --- /dev/null +++ b/.changeset/rare-terms-worry.md @@ -0,0 +1,5 @@ +--- +"roo-cline": minor +--- + +Larger Promp Text Input diff --git a/.gitignore b/.gitignore index 8c9d9cf..91e0bb9 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ node_modules .DS_Store # Builds +bin roo-cline-*.vsix # Local prompts diff --git a/package.json b/package.json index 5be8284..28cc201 100644 --- a/package.json +++ b/package.json @@ -153,7 +153,7 @@ "publish": "npm run build && changeset publish && npm install --package-lock-only", "version-packages": "changeset version && npm install --package-lock-only", "vscode:prepublish": "npm run package", - "vsix": "npx vsce package --out bin", + "vsix": "mkdir -p bin && npx vsce package --out bin", "watch": "npm-run-all -p watch:*", "watch:esbuild": "node esbuild.js --watch", "watch:tsc": "tsc --noEmit --watch --project tsconfig.json",