fix vscode settings change

This commit is contained in:
Salar Rahmanian 2024-11-30 19:07:57 -08:00
parent ea0a2167e1
commit 99571ae1c0

View file

@ -74,8 +74,8 @@ let
"editor.defaultFormatter" = "charliermarsh.ruff";
"editor.formatOnSave" = true;
"editor.codeActionsOnSave" = {
"source.fixAll" = true;
"source.organizeImports" = true;
"source.fixAll" = "afterDelay";
"source.organizeImports" = "afterDelay";
};
};
"telemetry.telemetryLevel" = "off";