embarrassingly easy vscode fixes

This commit is contained in:
mehbark 2026-08-01 22:24:58 -04:00
parent bc0972a924
commit 1349d45748

View file

@ -351,4 +351,7 @@
"/home/mbk/.config/Code/User/globalStorage/ziglang.vscode-zig/zls_install/zls"; "/home/mbk/.config/Code/User/globalStorage/ziglang.vscode-zig/zls_install/zls";
"purescript.exportsCodeLens" = false; "purescript.exportsCodeLens" = false;
"chat.commandCenter.enabled" = false; "chat.commandCenter.enabled" = false;
# i don't even use this
"todo-tree.ripgrep.ripgrep" = pkgs.lib.getExe pkgs.ripgrep;
"chat.disableAIFeatures" = true;
} }