Skip to content

Commit

Permalink
tweak schema doc for #84695
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Jan 27, 2020
1 parent 2f06088 commit a94014c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/api/common/menusExtensionPoint.ts
Expand Up @@ -304,7 +304,7 @@ namespace schema {
type: 'string'
},
icon: {
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'),
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)`'),
anyOf: [{
type: 'string'
},
Expand Down

0 comments on commit a94014c

Please sign in to comment.