mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
Prompts/Agents/Instructions front matter should auto trigger suggestions for top-level entries (#279617)
This commit is contained in:
committed by
GitHub
parent
b907861fff
commit
1e352e9d5c
@@ -92,9 +92,10 @@
|
|||||||
"editor.wordWrap": "on",
|
"editor.wordWrap": "on",
|
||||||
"editor.quickSuggestions": {
|
"editor.quickSuggestions": {
|
||||||
"comments": "off",
|
"comments": "off",
|
||||||
"strings": "off",
|
"strings": "on",
|
||||||
"other": "off"
|
"other": "on"
|
||||||
}
|
},
|
||||||
|
"editor.wordBasedSuggestions": "off"
|
||||||
},
|
},
|
||||||
"[instructions]": {
|
"[instructions]": {
|
||||||
"editor.insertSpaces": true,
|
"editor.insertSpaces": true,
|
||||||
@@ -106,9 +107,10 @@
|
|||||||
"editor.wordWrap": "on",
|
"editor.wordWrap": "on",
|
||||||
"editor.quickSuggestions": {
|
"editor.quickSuggestions": {
|
||||||
"comments": "off",
|
"comments": "off",
|
||||||
"strings": "off",
|
"strings": "on",
|
||||||
"other": "off"
|
"other": "on"
|
||||||
}
|
},
|
||||||
|
"editor.wordBasedSuggestions": "off"
|
||||||
},
|
},
|
||||||
"[chatagent]": {
|
"[chatagent]": {
|
||||||
"editor.insertSpaces": true,
|
"editor.insertSpaces": true,
|
||||||
@@ -120,9 +122,10 @@
|
|||||||
"editor.wordWrap": "on",
|
"editor.wordWrap": "on",
|
||||||
"editor.quickSuggestions": {
|
"editor.quickSuggestions": {
|
||||||
"comments": "off",
|
"comments": "off",
|
||||||
"strings": "off",
|
"strings": "on",
|
||||||
"other": "off"
|
"other": "on"
|
||||||
}
|
},
|
||||||
|
"editor.wordBasedSuggestions": "off"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user