mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-12 04:38:11 -06:00
14 lines
332 B
Plaintext
14 lines
332 B
Plaintext
{
|
|
"fileTemplate": {
|
|
"prefix": "New Reusable Chat Prompt",
|
|
"body": [
|
|
"---",
|
|
"mode: ${1|ask,edit,agent|}",
|
|
"---",
|
|
"${2:Expected output and any relevant constraints for this task.}",
|
|
],
|
|
"description": "Prompts define reusable and task-specific steps for automating Chat workflows.",
|
|
"isFileTemplate": true,
|
|
}
|
|
}
|