mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
14 lines
218 B
Plaintext
14 lines
218 B
Plaintext
{
|
|
"fileTemplate": {
|
|
"prefix": "New Chat Prompt",
|
|
"body": [
|
|
"---",
|
|
"mode: '${1|ask,edit,agent|}'",
|
|
"---",
|
|
"${2:prompt}",
|
|
],
|
|
"description": "Template for chat prompt",
|
|
"isFileTemplate": true,
|
|
}
|
|
}
|