Skip to content

Commit ba7af5c

Browse files
authored
fix(docs): add assetFiles to publish manifest for logo (#333)
1 parent 45d8cb4 commit ba7af5c

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": "resources/logo.png",
14+
"targetPath": "resources/logo.png"
15+
}
16+
],
1117
"overview": "../README.md",
1218
"publisher": "CodingWithCalvin",
1319
"qna": false,

0 commit comments

Comments
 (0)