Skip to content

Commit 332ff26

Browse files
committed
Fix publish manifest
1 parent 300ee7d commit 332ff26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json.schemastore.org/vsix-publish",
33
"categories": [ "coding", "other", "programming languages"],
44
"identity": {
5-
"displayName": "Open in Notepad++"
5+
"displayName": "Open in Notepad++",
66
"internalName": "VS-OpenInNotepadPlusPlus",
77
"icon": "Resources/Icon.png",
88
"tags": ["code", "text", "notepad++"],

0 commit comments

Comments
 (0)