vscode/extensions/prompt-basics/snippets/instructions.code-snippets
2025-04-28 15:09:39 -07:00

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,
}
}