We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195394e commit 6c0e962Copy full SHA for 6c0e962
vscode-framework.config.js
@@ -54,7 +54,7 @@ patchPackageJson({
54
if (ICON_URL) {
55
mkdirSync('out/resources', { recursive: true })
56
await pipeline(got.stream(ICON_URL), createWriteStream('out/resources/icon.png'))
57
- manifest.icon = './resources/icon.png'
+ manifest.icon = 'resources/icon.png'
58
}
59
},
60
})
0 commit comments