rename mode to agent (#272282)

* rename mode to agent

* update

* update

* fix tests

* update

* update

* update

* update

* update

* update
This commit is contained in:
Martin Aeschlimann
2025-10-20 21:09:44 +02:00
committed by GitHub
parent 9d45ef57fa
commit ab73e46a31
39 changed files with 508 additions and 464 deletions

View File

@@ -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"