Skip to content

Commit

Permalink
packaging & icon
Browse files Browse the repository at this point in the history
  • Loading branch information
penalosa committed Oct 3, 2024
1 parent cc00903 commit 76afe01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions packages/cloudflare-workers-bindings-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cloudflare-workers-bindings-extension",
"displayName": "cloudflare-workers-bindings-extension",
"version": "0.0.3",
"displayName": "Cloudflare Workers",
"version": "0.0.5",
"description": "Manage your Cloudflare Worker's bindings",
"categories": [
"Other"
Expand All @@ -20,7 +20,8 @@
"watch-tests": "tsc -p . -w --outDir out",
"check-types": "tsc --noEmit",
"lint": "eslint src --ext ts",
"build": "vsce package"
"build": "vsce package",
"deploy": "vsce publish --pre-release"
},
"contributes": {
"commands": [
Expand Down Expand Up @@ -123,6 +124,7 @@
"engines": {
"vscode": "^1.92.0"
},
"icon": "media/cf-workers-logo.png",
"vsce": {
"dependencies": false
},
Expand Down

0 comments on commit 76afe01

Please sign in to comment.