mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
agents: fix syntax highlighting (#272738)
* agents: fix syntax highlighting * use chatagent
This commit is contained in:
committed by
GitHub
parent
9b98fab879
commit
3da5878de5
@@ -38,7 +38,7 @@
|
||||
"configuration": "./language-configuration.json"
|
||||
},
|
||||
{
|
||||
"id": "agent",
|
||||
"id": "chatagent",
|
||||
"aliases": [
|
||||
"Agent",
|
||||
"chat agent"
|
||||
@@ -70,7 +70,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"language": "chatmode",
|
||||
"language": "chatagent",
|
||||
"path": "./syntaxes/prompt.tmLanguage.json",
|
||||
"scopeName": "text.html.markdown.prompt",
|
||||
"unbalancedBracketScopes": [
|
||||
@@ -102,7 +102,7 @@
|
||||
"other": "off"
|
||||
}
|
||||
},
|
||||
"[chatmode]": {
|
||||
"[chatagent]": {
|
||||
"editor.unicodeHighlight.ambiguousCharacters": false,
|
||||
"editor.unicodeHighlight.invisibleCharacters": false,
|
||||
"diffEditor.ignoreTrimWhitespace": false,
|
||||
|
||||
Reference in New Issue
Block a user