NO AID HERE

This commit is contained in:
MasterAcnolo
2025-11-18 21:09:25 +01:00
parent 60b4a99506
commit 69bbcee885

View File

@@ -1,10 +1,14 @@
{
"editor.quickSuggestions": false,
"editor.quickSuggestions": {
"comments": "off",
"strings": "off",
"other": "off"
},
"editor.suggestOnTriggerCharacters": false,
"editor.parameterHints.enabled": false,
"editor.hover.enabled": false,
"editor.codeLens": false,
"editor.lightbulb.enabled": false,
"editor.lightbulb.enabled": "off",
"editor.inlineSuggest.enabled": false,
"github.copilot.enable": {
"*": false