Skip to content

Commit 56ac136

Browse files
Update config for extensions
1 parent 56fb2ec commit 56ac136

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

.vscode/extensions.json

+4-14
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,11 @@
11
{
2-
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
3-
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
4-
5-
// List of extensions which should be recommended for users of this workspace.
62
"recommendations": [
7-
"ms-python.vscode-pylance",
83
"ms-python.python",
9-
"streetsidesoftware.code-spell-checker",
4+
"DavidAnson.vscode-markdownlint",
105
"njpwerner.autodocstring",
6+
"streetsidesoftware.code-spell-checker",
117
"kevinrose.vsc-python-indent",
12-
"ms-python.autopep8",
13-
"ms-python.flake8",
14-
"ms-python.isort",
15-
"ms-python.mypy-type-checker",
16-
],
17-
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
18-
"unwantedRecommendations": [
19-
8+
"ms-python.flake8",
9+
"ms-python.mypy-type-checker",
2010
]
2111
}

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"autoDocstring.customTemplatePath": "resources/docstring_template.mustache",
99

1010
// Switch off Pylance, since we're using MyPy instead
11-
"python.analysis.typeCheckingMode": "off",
11+
// "python.analysis.typeCheckingMode": "off",
1212

1313
// Pytest configuration
1414
"python.testing.pytestArgs": [

0 commit comments

Comments
 (0)