matrix math

This commit is contained in:
2026-04-10 13:06:21 -04:00
parent 43e130e57d
commit 8fa5ac61a6
21 changed files with 545 additions and 269 deletions

View File

@ -3,5 +3,19 @@
{
"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
}
}