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.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"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user