Skip to content

Commit 22c3f9e

Browse files
authored
Update extension.manifest.json
1 parent 9f7f356 commit 22c3f9e

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/extension.manifest.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,8 @@
22
"$schema": "http://json.schemastore.org/vsix-publish",
33
"categories": [ "coding", "other", "programming languages" ],
44
"identity": {
5-
"displayName": "Super Clean",
6-
"internalName": "VS-SuperClean",
7-
"tags": ["bin", "debug", "folder", "output"],
5+
"internalName": "VS-SuperClean"
86
},
97
"overview": "../README.md",
10-
"priceCategory": "free",
11-
"publisher": "CodingWithCalvin",
12-
"private": false,
13-
"qna": false,
14-
"repo": "https://github.com/CodingWithCalvin/vs-superclean"
8+
"publisher": "CodingWithCalvin"
159
}

0 commit comments

Comments
 (0)