WUT_Computer_Science/.vscode/extensions.json

10 lines
246 B
JSON
Raw Normal View History

{
"recommendations": [
"ms-python.python",
"ms-python.pylint",
"mikoz.black-py",
"james-yu.latex-workshop",
2023-05-13 13:33:48 +02:00
"kisstkondoros.vscode-gutter-preview",
"streetsidesoftware.code-spell-checker"
]
}