From 1e76c1e19e80b47cb9fc397ad34ff9ec12509553 Mon Sep 17 00:00:00 2001 From: jyelon Date: Thu, 19 Mar 2026 11:02:55 -0400 Subject: [PATCH] Fixing vscode parentheses --- vscode/settings.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/vscode/settings.json b/vscode/settings.json index 20209cb..0fb0703 100644 --- a/vscode/settings.json +++ b/vscode/settings.json @@ -14,5 +14,10 @@ "editor.hover.delay": 1000, "editor.hover.sticky": false, "editor.fontFamily": "Cousine", - "workbench.colorTheme": "Default Light Modern" + "workbench.colorTheme": "Default Light Modern", + "editor.autoClosingBrackets": "never", + "editor.autoClosingOvertype": "never", + "editor.autoClosingComments": "never", + "editor.autoClosingQuotes": "never", + "editor.autoSurround": "never" } \ No newline at end of file