mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
rename mode to agent (#272282)
* rename mode to agent * update * update * fix tests * update * update * update * update * update * update
This commit is contained in:
committed by
GitHub
parent
9d45ef57fa
commit
ab73e46a31
@@ -38,12 +38,14 @@
|
||||
"configuration": "./language-configuration.json"
|
||||
},
|
||||
{
|
||||
"id": "chatmode",
|
||||
"id": "agent",
|
||||
"aliases": [
|
||||
"Chat Mode",
|
||||
"chat mode"
|
||||
"Agent",
|
||||
"chat agent"
|
||||
],
|
||||
"extensions": [
|
||||
".agent.md",
|
||||
".vscode-agent.md",
|
||||
".chatmode.md"
|
||||
],
|
||||
"configuration": "./language-configuration.json"
|
||||
|
||||
Reference in New Issue
Block a user