Skip to content

Commit

Permalink
Update extension.manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinAllen authored May 13, 2024
1 parent 332ff26 commit 8b9f82b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/extension.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,8 @@
"$schema": "http://json.schemastore.org/vsix-publish",
"categories": [ "coding", "other", "programming languages"],
"identity": {
"displayName": "Open in Notepad++",
"internalName": "VS-OpenInNotepadPlusPlus",
"icon": "Resources/Icon.png",
"tags": ["code", "text", "notepad++"],
},
"overview": "../README.md",
"priceCategory": "free",
"publisher": "CodingWithCalvin",
"private": false,
"qna": false,
"repo": "https://github.com/CodingWithCalvin/VS-OpenInNotepadPlusPlus"
"publisher": "CodingWithCalvin"
}

0 comments on commit 8b9f82b

Please sign in to comment.