Prompts/Agents/Instructions front matter should auto trigger suggestions for top-level entries (#279617)

This commit is contained in:
Martin Aeschlimann
2025-11-26 17:24:51 +01:00
committed by GitHub
parent b907861fff
commit 1e352e9d5c

View File

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