init
This commit is contained in:
21
amsculib3.code-workspace
Normal file
21
amsculib3.code-workspace
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
//"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user