mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-12 04:38:11 -06:00
14 lines
310 B
Plaintext
14 lines
310 B
Plaintext
{
|
|
"fileTemplate": {
|
|
"prefix": "Custom Chat Mode",
|
|
"body": [
|
|
"---",
|
|
"description: '${1:Description of the custom chat mode.}'",
|
|
"tools: [ '${2:tool1}', '${3:tool2}' ]",
|
|
"---",
|
|
],
|
|
"description": "Custom chat modes can define a specific behavior for the chat",
|
|
"isFileTemplate": true,
|
|
}
|
|
}
|