diff --git a/.vscode/fastapi.code-workspace b/.vscode copy/fastapi.code-workspace similarity index 100% rename from .vscode/fastapi.code-workspace rename to .vscode copy/fastapi.code-workspace diff --git a/.vscode/launch.json b/.vscode copy/launch.json similarity index 100% rename from .vscode/launch.json rename to .vscode copy/launch.json diff --git a/.vscode/settings.json b/.vscode copy/settings.json similarity index 82% rename from .vscode/settings.json rename to .vscode copy/settings.json index f47a7b9..51d0743 100644 --- a/.vscode/settings.json +++ b/.vscode copy/settings.json @@ -3,4 +3,5 @@ "python.linting.flake8Enabled": true, "python.linting.mypyEnabled": false, "python.linting.enabled": true, + "java.compile.nullAnalysis.mode": "automatic", }