Skip to content

Commit 474e527

Browse files
Zie619claude
andcommitted
fix(vscode): replace invalid 'Security' category with 'Other'
VS Code Marketplace doesn't support 'Security' as a category. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6b3b994 commit 474e527

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vscode-extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"vscode": "^1.85.0"
1010
},
1111
"categories": [
12-
"Security",
1312
"Testing",
14-
"Linters"
13+
"Linters",
14+
"Other"
1515
],
1616
"keywords": [
1717
"ai",

0 commit comments

Comments
 (0)