Skip to content

Commit 9ded1ee

Browse files
author
Luke Duncan
committed
fix: filter icon fields from manifests to prevent csp violations
1 parent ee3d1b5 commit 9ded1ee

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)