JSON doc needs to escape icon reference Fixes #101512

This commit is contained in:
Martin Aeschlimann
2020-07-02 12:11:44 +02:00
parent b086502c8d
commit 8d4ec36ba6

View File

@@ -338,7 +338,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, an object with file paths for dark and light themes, or a theme icon references, like `$(zap)`'),
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'
},