From 69bbcee88564a0071c9669180b890c96ad05ff79 Mon Sep 17 00:00:00 2001 From: MasterAcnolo <68693319+MasterAcnolo@users.noreply.github.com> Date: Tue, 18 Nov 2025 21:09:25 +0100 Subject: [PATCH] NO AID HERE --- .vscode/settings.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 95153a8..33f9f24 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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