Skip to content

Commit e61333f

Browse files
authored
$(zap) is not escaped in the tooltip (microsoft#262147)
1 parent 523aff7 commit e61333f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/chat/common/tools/languageModelToolsContribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const languageModelToolsExtensionPoint = extensionsRegistry.ExtensionsRegistry.r
9999
type: 'boolean'
100100
},
101101
icon: {
102-
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)`"),
102+
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)`"),
103103
anyOf: [{
104104
type: 'string'
105105
},

0 commit comments

Comments
 (0)