summaryrefslogtreecommitdiffstats
path: root/.vscode/extensions.json
blob: aa1e53713b23d00e42d5829276d30aaa1c3c6264 (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"
  ]
}