diff options
author | 2023-09-01 13:55:19 -0700 | |
---|---|---|
committer | 2023-09-01 13:55:19 -0700 | |
commit | 27de8bbf7b29dc142c4d3890ce8533a75d8d920f (patch) | |
tree | a72f7c622000a04a84e123faba7b10162500fb3c /packages/bun-vscode/package.json | |
parent | 6bdf24c8efe2e12c671f49dd785a4f2b054b0e4d (diff) | |
download | bun-27de8bbf7b29dc142c4d3890ce8533a75d8d920f.tar.gz bun-27de8bbf7b29dc142c4d3890ce8533a75d8d920f.tar.zst bun-27de8bbf7b29dc142c4d3890ce8533a75d8d920f.zip |
Fix background color
Diffstat (limited to '')
-rw-r--r-- | packages/bun-vscode/package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/bun-vscode/package.json b/packages/bun-vscode/package.json index 5e7515511..6a581b633 100644 --- a/packages/bun-vscode/package.json +++ b/packages/bun-vscode/package.json @@ -1,6 +1,6 @@ { "name": "bun-vscode", - "version": "0.0.4", + "version": "0.0.5", "author": "oven", "repository": { "type": "git", @@ -256,6 +256,7 @@ "workspace" ], "galleryBanner": { + "color": "#3B3738", "theme": "dark" }, "homepage": "https://bun.sh/", @@ -273,7 +274,7 @@ "build": "node scripts/build.mjs", "pretest": "bun run build", "test": "node scripts/test.mjs", - "prepublish": "bun run build && npm version patch", + "prepublish": "npm version patch && bun run build", "publish": "cd extension && bunx vsce publish" }, "workspaceTrust": { |