mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-12 23:59:07 -06:00
14 lines
370 B
Plaintext
14 lines
370 B
Plaintext
{
|
|
"fileTemplate": {
|
|
"prefix": "New Chat Instructions",
|
|
"body": [
|
|
"---",
|
|
"applyTo: '${1|**,**/*.ts|}'",
|
|
"---",
|
|
"${2:Coding standards, domain knowledge, and preferences that AI should follow.}",
|
|
],
|
|
"description": "Instructions guide and customize Chat behavior by providing context, coding standards, and preferences.",
|
|
"isFileTemplate": true,
|
|
}
|
|
}
|