mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
update
This commit is contained in:
committed by
Oleg Solomko
parent
4097e0fdf7
commit
e2f4bbb62c
@@ -22,6 +22,18 @@
|
||||
"copilot-instructions.md"
|
||||
],
|
||||
"configuration": "./language-configuration.json"
|
||||
},
|
||||
{
|
||||
"id": "instructions",
|
||||
"aliases": [
|
||||
"Instructions",
|
||||
"instructions"
|
||||
],
|
||||
"extensions": [
|
||||
".instructions.md",
|
||||
"copilot-instructions.md"
|
||||
],
|
||||
"configuration": "./language-configuration.json"
|
||||
}
|
||||
],
|
||||
"grammars": [
|
||||
@@ -33,6 +45,15 @@
|
||||
"markup.underline.link.markdown",
|
||||
"punctuation.definition.list.begin.markdown"
|
||||
]
|
||||
},
|
||||
{
|
||||
"language": "instructions",
|
||||
"path": "./syntaxes/prompt.tmLanguage.json",
|
||||
"scopeName": "text.html.markdown.prompt",
|
||||
"unbalancedBracketScopes": [
|
||||
"markup.underline.link.markdown",
|
||||
"punctuation.definition.list.begin.markdown"
|
||||
]
|
||||
}
|
||||
],
|
||||
"configurationDefaults": {
|
||||
@@ -40,6 +61,11 @@
|
||||
"editor.unicodeHighlight.ambiguousCharacters": false,
|
||||
"editor.unicodeHighlight.invisibleCharacters": false,
|
||||
"diffEditor.ignoreTrimWhitespace": false
|
||||
},
|
||||
"[instructions]": {
|
||||
"editor.unicodeHighlight.ambiguousCharacters": false,
|
||||
"editor.unicodeHighlight.invisibleCharacters": false,
|
||||
"diffEditor.ignoreTrimWhitespace": false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user