NO AID HERE

This commit is contained in:
MasterAcnolo
2025-11-18 18:06:39 +01:00
parent c1030400f5
commit 60b4a99506

12
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"editor.quickSuggestions": false,
"editor.suggestOnTriggerCharacters": false,
"editor.parameterHints.enabled": false,
"editor.hover.enabled": false,
"editor.codeLens": false,
"editor.lightbulb.enabled": false,
"editor.inlineSuggest.enabled": false,
"github.copilot.enable": {
"*": false
}
}