File tree 2 files changed +5
-15
lines changed
2 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 1
1
{
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.
6
2
"recommendations" : [
7
- " ms-python.vscode-pylance" ,
8
3
" ms-python.python" ,
9
- " streetsidesoftware.code-spell-checker " ,
4
+ " DavidAnson.vscode-markdownlint " ,
10
5
" njpwerner.autodocstring" ,
6
+ " streetsidesoftware.code-spell-checker" ,
11
7
" 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" ,
20
10
]
21
11
}
Original file line number Diff line number Diff line change 8
8
"autoDocstring.customTemplatePath" : " resources/docstring_template.mustache" ,
9
9
10
10
// Switch off Pylance, since we're using MyPy instead
11
- "python.analysis.typeCheckingMode" : " off" ,
11
+ // "python.analysis.typeCheckingMode": "off",
12
12
13
13
// Pytest configuration
14
14
"python.testing.pytestArgs" : [
You can’t perform that action at this time.
0 commit comments