Skip to content

Commit 1027a0d

Browse files
NagyViktNagyViktclaude
authored
fix(vscode-active-agents): use SCM Providers category (#415)
Marketplace rejected 'Source Control' with: "The category 'Source Control' is not available in language 'en-us'." The official VS Code category name is 'SCM Providers'; switch both the live manifest and the template copy to match. Co-authored-by: NagyVikt <nagy.viktordp@gmail.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0f246d1 commit 1027a0d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

templates/vscode/guardex-active-agents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"vscode": "^1.88.0"
1111
},
1212
"categories": [
13-
"Source Control",
13+
"SCM Providers",
1414
"Other"
1515
],
1616
"activationEvents": [

vscode/guardex-active-agents/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"vscode": "^1.88.0"
1111
},
1212
"categories": [
13-
"Source Control",
13+
"SCM Providers",
1414
"Other"
1515
],
1616
"activationEvents": [

0 commit comments

Comments
 (0)