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 = {
|
userSettings = {
|
||||||
"python.languageServer" = "None";
|
"python.languageServer" = "None";
|
||||||
"python.pyrefly.displayTypeErrors" = "force-on";
|
"python.pyrefly.displayTypeErrors" = "force-on";
|
||||||
"explorer.confirmDelete" = true;
|
"explorer.confirmDelete" = false;
|
||||||
"explorer.confirmDragAndDrop" = true;
|
"explorer.confirmDragAndDrop" = false;
|
||||||
"explorer.confirmPasteNative" = true;
|
"explorer.confirmPasteNative" = false;
|
||||||
"git.confirmSync" = true;
|
"git.confirmSync" = false;
|
||||||
};
|
};
|
||||||
extensions = [
|
extensions = [
|
||||||
pkgs.vscode-extensions.ms-python.python
|
pkgs.vscode-extensions.ms-python.python
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue