From fe3be666bc3f81707427f55472aa6dc3240471a1 Mon Sep 17 00:00:00 2001 From: Ashcon Partovi Date: Fri, 1 Sep 2023 13:34:29 -0700 Subject: Update VSCode extension --- packages/bun-vscode/package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'packages') 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" -- cgit v1.2.3