some vscode opts
This commit is contained in:
parent
53b72c69f1
commit
72c2f4349b
2 changed files with 11 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue