Skip to content

Commit 7b6f832

Browse files
ryanbas21claude
andcommitted
chore(vscode): prepare for Marketplace publishing
- Fix publisher to lowercase 'ryanbasmajian' to match Marketplace ID - Convert marketplace icon from 16-bit to 8-bit PNG (fixes upload error) - Lower engines.vscode to ^1.85.0 for broader compatibility Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 015ed22 commit 7b6f832

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

-6.67 KB
Loading

packages/vscode-extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "OIDC DevTools",
44
"description": "Live OIDC/OAuth2 debugging — network capture, SDK event correlation, and flow diagnosis via Chrome DevTools Protocol",
55
"version": "0.1.0",
6-
"publisher": "RyanBasmajian",
6+
"publisher": "ryanbasmajian",
77
"license": "MIT",
88
"repository": {
99
"type": "git",
@@ -13,7 +13,7 @@
1313
"icon": "icons/oidc-devtools-marketplace.png",
1414
"keywords": ["oidc", "oauth", "oauth2", "authentication", "debugger", "devtools", "chrome", "cdp"],
1515
"engines": {
16-
"vscode": "^1.100.0"
16+
"vscode": "^1.85.0"
1717
},
1818
"categories": ["Debuggers", "Other"],
1919
"activationEvents": [
@@ -127,7 +127,7 @@
127127
"ws": "^8.18.0"
128128
},
129129
"devDependencies": {
130-
"@types/vscode": "^1.100.0",
130+
"@types/vscode": "^1.85.0",
131131
"@types/ws": "^8.18.0",
132132
"@vscode/vsce": "^3.0.0",
133133
"esbuild": "^0.28.0"

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)