Skip to content

Commit 6ac8134

Browse files
authored
Merge pull request #139 from CodinGame/fix-extension-icon-csp-violations
fix: filter icon fields from manifests to prevent csp violations
2 parents ee3d1b5 + 9ded1ee commit 6ac8134

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rollup.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ ${files.map((_, index) => ` whenReady${index}()`).join(',\n')}
154154
viewsContainers,
155155
typescriptServerPlugins,
156156
configurationDefaults,
157+
icons,
157158
...remainingContribute
158159
} = (manifest.contributes ?? {}) as IExtensionManifest['contributes'] & {
159160
typescriptServerPlugins: unknown // typescript extension specific field

0 commit comments

Comments
 (0)