WUT_Computer_Science/.vscode/extensions.json

14 lines
364 B
JSON
Raw Normal View History

{
"recommendations": [
"github.vscode-github-actions",
2024-12-05 20:09:44 +01:00
"yzhang.markdown-all-in-one",
"ms-python.autopep8",
"nwgh.bandit",
"ms-python.black-formatter",
"usernamehw.errorlens",
"ms-python.debugpy",
2024-12-09 20:57:04 +01:00
"ms-python.vscode-pylance",
2025-01-13 13:35:37 +01:00
"james-yu.latex-workshop",
"github.copilot-chat"
]
}