fix vscode settings change
This commit is contained in:
parent
ea0a2167e1
commit
99571ae1c0
1 changed files with 2 additions and 2 deletions
|
@ -74,8 +74,8 @@ let
|
||||||
"editor.defaultFormatter" = "charliermarsh.ruff";
|
"editor.defaultFormatter" = "charliermarsh.ruff";
|
||||||
"editor.formatOnSave" = true;
|
"editor.formatOnSave" = true;
|
||||||
"editor.codeActionsOnSave" = {
|
"editor.codeActionsOnSave" = {
|
||||||
"source.fixAll" = true;
|
"source.fixAll" = "afterDelay";
|
||||||
"source.organizeImports" = true;
|
"source.organizeImports" = "afterDelay";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"telemetry.telemetryLevel" = "off";
|
"telemetry.telemetryLevel" = "off";
|
||||||
|
|
Loading…
Reference in a new issue