Skip to content

Commit 8b9f82b

Browse files
authored
Update extension.manifest.json
1 parent 332ff26 commit 8b9f82b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/extension.manifest.json

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

0 commit comments

Comments
 (0)