some vscode opts

This commit is contained in:
alisceon 2026-01-09 17:17:00 +01:00
parent 53b72c69f1
commit 72c2f4349b
2 changed files with 11 additions and 7 deletions

View file

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