diff options
author | 2023-09-01 13:34:29 -0700 | |
---|---|---|
committer | 2023-09-01 13:34:29 -0700 | |
commit | fe3be666bc3f81707427f55472aa6dc3240471a1 (patch) | |
tree | fba1d269d804ed47484ace581373aa0f35077dd8 /packages/bun-vscode/package.json | |
parent | 2b421be06feb8024ed06e7aa85db14a1c37d7dbc (diff) | |
download | bun-fe3be666bc3f81707427f55472aa6dc3240471a1.tar.gz bun-fe3be666bc3f81707427f55472aa6dc3240471a1.tar.zst bun-fe3be666bc3f81707427f55472aa6dc3240471a1.zip |
Update VSCode extension
Diffstat (limited to '')
-rw-r--r-- | packages/bun-vscode/package.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/bun-vscode/package.json b/packages/bun-vscode/package.json index 8eaf95606..dac771d2a 100644 --- a/packages/bun-vscode/package.json +++ b/packages/bun-vscode/package.json @@ -1,6 +1,6 @@ { "name": "bun-vscode", - "version": "0.0.1", + "version": "0.0.2", "author": "oven", "repository": { "type": "git", @@ -253,7 +253,7 @@ "workspace" ], "galleryBanner": { - "color": "#C80000", + "color": "#f542ef", "theme": "dark" }, "homepage": "https://bun.sh/", @@ -269,7 +269,8 @@ "publisher": "oven", "scripts": { "build": "node scripts/build.mjs", - "test": "node scripts/test.mjs" + "test": "node scripts/test.mjs", + "publish": "cd extension && bunx vsce publish" }, "workspaceTrust": { "request": "never" |