Skip to content

Commit 81ba88b

Browse files
committed
chore: add publish manifest
1 parent 9ba3316 commit 81ba88b

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

resources/extension.manifest.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"$schema": "http://json.schemastore.org/vsix-publish",
3+
"categories": [
4+
"coding",
5+
"other"
6+
],
7+
"identity": {
8+
"internalName": "VS-LaunchyBar"
9+
},
10+
"overview": "../README.md",
11+
"publisher": "CodingWithCalvin",
12+
"qna": true,
13+
"repo": "https://github.com/CodingWithCalvin/VS-LaunchyBar"
14+
}

0 commit comments

Comments
 (0)