Skip to content

Commit acf8c6a

Browse files
committed
Ensure we map the repository and turn off Q&A
1 parent 6e3cbef commit acf8c6a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

resources/extension.manifest.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
{
22
"$schema": "http://json.schemastore.org/vsix-publish",
3-
"categories": [ "coding", "other", "programming languages" ],
3+
"categories": [
4+
"coding",
5+
"other",
6+
"programming languages"
7+
],
48
"identity": {
59
"internalName": "VS-SuperClean"
610
},
711
"overview": "../README.md",
8-
"publisher": "CodingWithCalvin"
9-
}
12+
"publisher": "CodingWithCalvin",
13+
"qna": false,
14+
"repo": "https://www.github.com/CodingWithCalvin/VS-SuperClean"
15+
}

0 commit comments

Comments
 (0)