Skip to content

Commit a6b7244

Browse files
authored
Update extensions.json
1 parent a0ffe09 commit a6b7244

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

.vscode/extensions.json

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
2-
"recommendations": [
3-
"ms-python.python",
4-
"ms-toolsai.jupyter"
5-
]
2+
"recommendations": [
3+
"ms-python.python",
4+
"ms-python.vscode-pylance",
5+
"charliermarsh.ruff",
6+
"dbaeumer.vscode-eslint",
7+
"esbenp.prettier-vscode",
8+
"redhat.vscode-yaml",
9+
"tamasfe.even-better-toml",
10+
"ms-python.debugpy",
11+
"streetsidesoftware.code-spell-checker",
12+
"littlefoxteam.vscode-python-test-adapter",
13+
"emeraldwalk.runonsave"
14+
],
15+
"unwantedRecommendations": [
16+
"ms-python.black-formatter",
17+
"ms-python.isort",
18+
"ms-python.flake8",
19+
"ms-python.pylint"
20+
]
621
}

0 commit comments

Comments
 (0)