mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-26 18:27:38 +01:00
$(zap) is not escaped in the tooltip (#262147)
This commit is contained in:
committed by
GitHub
parent
523aff7f04
commit
e61333fea1
@@ -99,7 +99,7 @@ const languageModelToolsExtensionPoint = extensionsRegistry.ExtensionsRegistry.r
|
||||
type: 'boolean'
|
||||
},
|
||||
icon: {
|
||||
markdownDescription: localize('icon', "An icon that represents this tool. Either a file path, an object with file paths for dark and light themes, or a theme icon reference, like `$(zap)`"),
|
||||
markdownDescription: localize('icon', "An icon that represents this tool. Either a file path, an object with file paths for dark and light themes, or a theme icon reference, like `\\$(zap)`"),
|
||||
anyOf: [{
|
||||
type: 'string'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user