We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ffe09 commit a6b7244Copy full SHA for a6b7244
.vscode/extensions.json
@@ -1,6 +1,21 @@
1
{
2
- "recommendations": [
3
- "ms-python.python",
4
- "ms-toolsai.jupyter"
5
- ]
+ "recommendations": [
+ "ms-python.python",
+ "ms-python.vscode-pylance",
+ "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
+ ]
21
}
0 commit comments