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.quickSuggestions": {
"comments": "off",
"strings": "off",
"other": "off"
}
"strings": "on",
"other": "on"
},
"editor.wordBasedSuggestions": "off"
},
"[instructions]": {
"editor.insertSpaces": true,
@@ -106,9 +107,10 @@
"editor.wordWrap": "on",
"editor.quickSuggestions": {
"comments": "off",
"strings": "off",
"other": "off"
}
"strings": "on",
"other": "on"
},
"editor.wordBasedSuggestions": "off"
},
"[chatagent]": {
"editor.insertSpaces": true,
@@ -120,9 +122,10 @@
"editor.wordWrap": "on",
"editor.quickSuggestions": {
"comments": "off",
"strings": "off",
"other": "off"
}
"strings": "on",
"other": "on"
},
"editor.wordBasedSuggestions": "off"
}
}
},