Skip to content

Commit a3ea770

Browse files
committed
fix(docs): add assetFiles to publish manifest for logo
1 parent 45d8cb4 commit a3ea770

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

resources/extension.manifest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
"identity": {
99
"internalName": "VS-CouchbaseExplorer"
1010
},
11+
"assetFiles": [
12+
{
13+
"pathOnDisk": "logo.png",
14+
"targetPath": "resources/logo.png"
15+
}
16+
],
1117
"overview": "../README.md",
1218
"publisher": "CodingWithCalvin",
1319
"qna": false,

0 commit comments

Comments
 (0)