summaryrefslogtreecommitdiffstats
path: root/.vscode/extensions.json
blob: 578d90545cc6755da29bdedb0548065b4efe5233 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "recommendations": [
        "Tyriar.sort-lines",
        "charliermarsh.ruff",
        "esbenp.prettier-vscode",
        "hbenl.vscode-test-explorer",
        "ms-python.isort",
        "ms-python.python",
        "ms-python.vscode-pylance",
        "ms-vscode.live-server",
        "redhat.ansible",
        "redhat.vscode-yaml",
        "ryanluker.vscode-coverage-gutters",
        "shardulm94.trailing-spaces",
        "tamasfe.even-better-toml",
        "timonwong.shellcheck",
        "znck.grammarly",
    ]
}