Skip to content

Commit 9c5e7fa

Browse files
authored
fix compilation (microsoft#249981)
1 parent 49fd0a2 commit 9c5e7fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/services/extensionManagement/common/extensionsIcons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ import { localize } from '../../../../nls.js';
88
import { registerColor, textLinkForeground } from '../../../../platform/theme/common/colorRegistry.js';
99
import { registerIcon } from '../../../../platform/theme/common/iconRegistry.js';
1010

11-
export const extensionDefaultIcon = registerIcon('extension-default-icon', Codicon.extensionLarge, localize('extensionDefault', 'Icon used for the default extension in the extensions view and editor.'));
11+
export const extensionDefaultIcon = registerIcon('extension-default-icon', Codicon.extensionsLarge, localize('extensionDefault', 'Icon used for the default extension in the extensions view and editor.'));
1212
export const verifiedPublisherIcon = registerIcon('extensions-verified-publisher', Codicon.verifiedFilled, localize('verifiedPublisher', 'Icon used for the verified extension publisher in the extensions view and editor.'));
1313
export const extensionVerifiedPublisherIconColor = registerColor('extensionIcon.verifiedForeground', textLinkForeground, localize('extensionIconVerifiedForeground', "The icon color for extension verified publisher."), false);

0 commit comments

Comments
 (0)