Skip to content

Commit 2e87dcf

Browse files
committed
fix: use valid marketplace categories
1 parent af1acef commit 2e87dcf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

resources/extension.manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"$schema": "http://json.schemastore.org/vsix-publish",
33
"categories": [
44
"coding",
5-
"debugging",
6-
"other"
5+
"other",
6+
"programming languages"
77
],
88
"identity": {
99
"internalName": "VS-Debugalizers"

0 commit comments

Comments
 (0)