From f348987eec593ae3206122e1983210bda944c861 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Thu, 1 Dec 2022 17:04:59 +0100 Subject: [PATCH] chore: cose --- .vscode/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d133423..f090eba 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -17,7 +17,11 @@ "diffEditor.ignoreTrimWhitespace": false, "editor.tabSize": 4, "editor.wordWrap": "on", - "editor.quickSuggestions": false + "editor.quickSuggestions": { + "comments": "off", + "strings": "off", + "other": "off" + } }, "xo.enable": false, "editor.formatOnSave": false,