Skip to content

Commit 300ee7d

Browse files
committed
Update extension.manifest.json
1 parent 1dec820 commit 300ee7d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/extension.manifest.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22
"$schema": "http://json.schemastore.org/vsix-publish",
33
"categories": [ "coding", "other", "programming languages"],
44
"identity": {
5-
"internalName": "VS-OpenInNotepadPlusPlus"
5+
"displayName": "Open in Notepad++"
6+
"internalName": "VS-OpenInNotepadPlusPlus",
7+
"icon": "Resources/Icon.png",
8+
"tags": ["code", "text", "notepad++"],
69
},
710
"overview": "../README.md",
811
"priceCategory": "free",
912
"publisher": "CodingWithCalvin",
1013
"private": false,
11-
"qna": true,
14+
"qna": false,
1215
"repo": "https://github.com/CodingWithCalvin/VS-OpenInNotepadPlusPlus"
1316
}

0 commit comments

Comments
 (0)