diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 41c49fe..e06928b 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,3 +1,9 @@ { - "recommendations": ["redhat.vscode-yaml"] -} + "recommendations": [ + "redhat.vscode-yaml", + "ms-python.vscode-pylance", + "ms-python.python", + "ms-python.debugpy", + "charliermarsh.ruff" + ] +} \ No newline at end of file