summaryrefslogtreecommitdiffstats
path: root/.vscode/extensions.json
blob: e6d1a110bddd9034c24ebcce995aead1fa04adc7 (plain)
1
2
3
4
5
6
7
8
9
{
    "recommendations": [
        "esbenp.prettier-vscode",
        "ms-python.python",
        "ms-python.vscode-pylance",
        "ms-python.black-formatter",
        "ms-python.isort"
    ]
}