diff --git a/.vscode/settings.json b/.vscode/settings.json index 70e541174d..3c832d1095 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,7 +14,7 @@ }, "typescript.tsdk": "./node_modules/typescript/lib", "editor.codeActionsOnSave": { - "source.fixAll": true + "source.fixAll": "explicit" }, "[json]": { "editor.formatOnType": false,