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.
2 parents 2cdd74c + 6c0e962 commit 791c6bcCopy full SHA for 791c6bc
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