From df92e99e96a3a8fda153586aa25bfc0911747229 Mon Sep 17 00:00:00 2001 From: Alistair Smith Date: Thu, 8 May 2025 17:59:27 -0700 Subject: [PATCH] dont organize imports for zig --- .vscode/settings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 244a941e4e..c9552f4cd7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -39,10 +39,14 @@ "zig.zls.path": "${workspaceFolder}/vendor/zig/zls.exe", "zig.formattingProvider": "zls", "zig.zls.enableInlayHints": false, + "[zig]": { "editor.tabSize": 4, "editor.useTabStops": false, "editor.defaultFormatter": "ziglang.vscode-zig", + "editor.codeActionsOnSave": { + "source.organizeImports": "never", + }, }, // lldb