diff --git a/.vscode/settings.json b/.vscode/settings.json index f81ecdf..3e1c601 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,9 +1,9 @@ { "[csharp]": { "editor.codeActionsOnSave": { - "source.addMissingImports": true, - "source.fixAll": true, - "source.organizeImports": true + "source.addMissingImports": "explicit", + "source.fixAll": "explicit", + "source.organizeImports": "explicit" }, "editor.formatOnPaste": true, "editor.formatOnSave": true, @@ -163,4 +163,4 @@ } }, "dotnet.completion.showCompletionItemsFromUnimportedNamespaces": true -} +} \ No newline at end of file