From dcb90be62a0811a9a1723a42b71698c9ffda3a5a Mon Sep 17 00:00:00 2001 From: Xevion Date: Thu, 7 Nov 2024 22:00:10 -0600 Subject: [PATCH] More workspace settings to disable formatOnSave functions --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 16ae4ce..27cdff6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -16,5 +16,7 @@ }, // Since we're using the Go template syntax, we don't want formatters to mess with it (https://github.com/microsoft/vscode/issues/35350) "editor.formatOnSave": false, - "editor.formatOnPaste": false + "editor.formatOnPaste": false, + "editor.formatOnType": false, + "notebook.formatOnSave.enabled": false }