Skip to content

Commit

Permalink
Use common extension list for all repositories. (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
cidrblock authored Jul 25, 2024
1 parent 86e0eee commit 5a0fcf6
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,14 @@
"recommendations": [
"charliermarsh.ruff",
"esbenp.prettier-vscode",
"gruntfuggly.triggertaskonsave",
"markis.code-coverage",
"ms-python.black-formatter",
"ms-python.debugpy",
"ms-python.mypy-type-checker",
"ms-python.pylint",
"ms-python.python",
"redhat.ansible",
"redhat.vscode-yaml",
"shardulm94.trailing-spaces",
"streetsidesoftware.code-spell-checker",
"tamasfe.even-better-toml",
"znck.grammarly"
],
"unwantedRecommendations": ["ryanluker.vscode-coverage-gutters"]
"sonarsource.sonarlint-vscode",
"streetsidesoftware.code-spell-checker"
]
}

0 comments on commit 5a0fcf6

Please sign in to comment.