mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-17 03:25:31 -06:00
11 lines
181 B
Plaintext
11 lines
181 B
Plaintext
{
|
|
"fileTemplate": {
|
|
"prefix": "New Chat Instructions",
|
|
"body": [
|
|
"${1:instructions}",
|
|
],
|
|
"description": "Template for chat instructions",
|
|
"isFileTemplate": true,
|
|
}
|
|
}
|