Skip to content

Commit a94014c

Browse files
committed
tweak schema doc for microsoft#84695
1 parent 2f06088 commit a94014c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/api/common/menusExtensionPoint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ namespace schema {
304304
type: 'string'
305305
},
306306
icon: {
307-
description: localize('vscode.extension.contributes.commandType.icon', '(Optional) Icon which is used to represent the command in the UI. Either a file path or a themable configuration'),
307+
description: localize('vscode.extension.contributes.commandType.icon', '(Optional) Icon which is used to represent the command in the UI. Either a file path, an object with file paths for dark and light themes, or a theme icon references, like `$(zap)`'),
308308
anyOf: [{
309309
type: 'string'
310310
},

0 commit comments

Comments
 (0)