mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
add prompt and instructions template, create prompt files empty (#247326)
This commit is contained in:
committed by
GitHub
parent
692bb22057
commit
4c87d311f0
@@ -67,7 +67,17 @@
|
||||
"editor.unicodeHighlight.invisibleCharacters": false,
|
||||
"diffEditor.ignoreTrimWhitespace": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"snippets": [
|
||||
{
|
||||
"language": "prompt",
|
||||
"path": "./snippets/prompt.code-snippets"
|
||||
},
|
||||
{
|
||||
"language": "instructions",
|
||||
"path": "./snippets/instructions.code-snippets"
|
||||
}
|
||||
]
|
||||
},
|
||||
"scripts": {},
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user