summaryrefslogtreecommitdiffstats
path: root/.vscode/extensions.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 13:38:37 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 13:38:37 +0000
commit23e67a23a7b57fa5cb6fc92bd0843c3707d56ef9 (patch)
tree88110359f0deb3bb263ade4ed0e888da6b7fdea4 /.vscode/extensions.json
parentAdding upstream version 24.5.1. (diff)
downloadpython-ansible-compat-upstream.tar.xz
python-ansible-compat-upstream.zip
Adding upstream version 24.6.0.upstream/24.6.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.vscode/extensions.json')
-rw-r--r--.vscode/extensions.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/.vscode/extensions.json b/.vscode/extensions.json
index aa1e537..ca0ca52 100644
--- a/.vscode/extensions.json
+++ b/.vscode/extensions.json
@@ -1,19 +1,19 @@
{
"recommendations": [
- "Tyriar.sort-lines",
"charliermarsh.ruff",
"esbenp.prettier-vscode",
- "hbenl.vscode-test-explorer",
- "ms-python.isort",
+ "markis.code-coverage",
+ "ms-python.black-formatter",
+ "ms-python.debugpy",
+ "ms-python.mypy-type-checker",
+ "ms-python.pylint",
"ms-python.python",
- "ms-python.vscode-pylance",
- "ms-vscode.live-server",
"redhat.ansible",
"redhat.vscode-yaml",
- "ryanluker.vscode-coverage-gutters",
"shardulm94.trailing-spaces",
+ "streetsidesoftware.code-spell-checker",
"tamasfe.even-better-toml",
- "timonwong.shellcheck",
"znck.grammarly"
- ]
+ ],
+ "unwantedRecommendations": ["ryanluker.vscode-coverage-gutters"]
}