Skip to content

Commit fa60cf7

Browse files
committed
Ensure we map the repository and turn off Q&A
1 parent cf90d7f commit fa60cf7

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

resources/extension.manifest.json

+10-4
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": {
5-
"internalName": "VS-OpenInNotepadPlusPlus",
9+
"internalName": "VS-OpenInNotepadPlusPlus"
610
},
711
"overview": "../README.md",
8-
"publisher": "CodingWithCalvin"
9-
}
12+
"publisher": "CodingWithCalvin",
13+
"qna": false,
14+
"repo": "https://www.github.com/CodingWithCalvin/VS-OpenInNotepadPlusPlus"
15+
}

0 commit comments

Comments
 (0)