Files
amsculib2/amsculib2.code-workspace

21 lines
516 B
Plaintext
Raw Normal View History

2026-02-20 11:46:15 -05:00
{
"folders": [
{
"path": "."
}
2026-04-10 13:06:21 -04:00
],
//"editor.quickSuggestions": false
//https://code.visualstudio.com/docs/editing/intellisense#_customizing-intellisense
// Controls if quick suggestions should show up while typing
"settings": {
"editor.quickSuggestions": {
"other": false,
"comments": false,
"strings": false
},
"editor.suggestOnTriggerCharacters": false,
"editor.tabCompletion": "off",
"editor.parameterHints.enabled": false,
"editor.acceptSuggestionOnCommitCharacter": false
}
2026-02-20 11:46:15 -05:00
}