oops wrong option
This commit is contained in:
parent
72c2f4349b
commit
f14b02bb59
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue