WUT_Computer_Science/.vscode/extensions.json

12 lines
298 B
JSON

{
"recommendations": [
"github.vscode-github-actions",
"yzhang.markdown-all-in-one",
"ms-python.autopep8",
"nwgh.bandit",
"ms-python.black-formatter",
"usernamehw.errorlens",
"ms-python.debugpy",
"ms-python.vscode-pylance"
]
}