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 = {
"python.languageServer" = "None";
"python.pyrefly.displayTypeErrors" = "force-on";
"explorer.confirmDelete" = true;
"explorer.confirmDragAndDrop" = true;
"explorer.confirmPasteNative" = true;
"git.confirmSync" = true;
"explorer.confirmDelete" = false;
"explorer.confirmDragAndDrop" = false;
"explorer.confirmPasteNative" = false;
"git.confirmSync" = false;
};
extensions = [
pkgs.vscode-extensions.ms-python.python