From e16ddacadf68dd6f8c4387e0b8e25169e2d1967a Mon Sep 17 00:00:00 2001 From: "STEAM for Vietnam Foundation: AI, IoT & Robotics Educational Initiative" Date: Wed, 19 Jul 2023 15:50:49 -0700 Subject: [PATCH] update VSCode Python analysis settings --- .vscode/settings.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 0fa0fbc..3515050 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,6 +9,11 @@ "**/.ropeproject": true, }, + "python.analysis.diagnosticSeverityOverrides": { + "reportMissingImports" : "none", + "reportUndefinedVariable" : "none", + }, + "python.linting.pydocstyleEnabled": true, "python.linting.pydocstyleArgs": [ ],