oops wrong option

This commit is contained in:
alisceon 2026-01-09 17:17:47 +01:00
parent 72c2f4349b
commit f14b02bb59

View file

@ -15,10 +15,10 @@
userSettings = { userSettings = {
"python.languageServer" = "None"; "python.languageServer" = "None";
"python.pyrefly.displayTypeErrors" = "force-on"; "python.pyrefly.displayTypeErrors" = "force-on";
"explorer.confirmDelete" = true; "explorer.confirmDelete" = false;
"explorer.confirmDragAndDrop" = true; "explorer.confirmDragAndDrop" = false;
"explorer.confirmPasteNative" = true; "explorer.confirmPasteNative" = false;
"git.confirmSync" = true; "git.confirmSync" = false;
}; };
extensions = [ extensions = [
pkgs.vscode-extensions.ms-python.python pkgs.vscode-extensions.ms-python.python