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

12
flake.lock generated
View file

@ -243,11 +243,11 @@
]
},
"locked": {
"lastModified": 1767969565,
"narHash": "sha256-Iegc40p10xwYJ2EvYe8ZdGCMZkysZ4YLDXk6tjCEKnM=",
"lastModified": 1767972048,
"narHash": "sha256-llv3860pM6nWZB/B15Yg905kbi2lMBfiwW2QCZWnwqM=",
"owner": "nix-community",
"repo": "NUR",
"rev": "9bdd135e5941dee0240fa910835a9480391deb52",
"rev": "84cb867cfa0be85d67b14a42e6ccfbefa8871dfe",
"type": "github"
},
"original": {
@ -264,11 +264,11 @@
]
},
"locked": {
"lastModified": 1767969565,
"narHash": "sha256-Iegc40p10xwYJ2EvYe8ZdGCMZkysZ4YLDXk6tjCEKnM=",
"lastModified": 1767972048,
"narHash": "sha256-llv3860pM6nWZB/B15Yg905kbi2lMBfiwW2QCZWnwqM=",
"owner": "nix-community",
"repo": "NUR",
"rev": "9bdd135e5941dee0240fa910835a9480391deb52",
"rev": "84cb867cfa0be85d67b14a42e6ccfbefa8871dfe",
"type": "github"
},
"original": {

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