We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee3d1b5 + 9ded1ee commit 6ac8134Copy full SHA for 6ac8134
1 file changed
rollup.config.ts
@@ -154,6 +154,7 @@ ${files.map((_, index) => ` whenReady${index}()`).join(',\n')}
154
viewsContainers,
155
typescriptServerPlugins,
156
configurationDefaults,
157
+ icons,
158
...remainingContribute
159
} = (manifest.contributes ?? {}) as IExtensionManifest['contributes'] & {
160
typescriptServerPlugins: unknown // typescript extension specific field
0 commit comments