We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e1fc2 commit d8b0244Copy full SHA for d8b0244
.devcontainer/devcontainer.json
@@ -23,7 +23,8 @@
23
"ms-azuretools.vscode-docker",
24
"eamodio.gitlens",
25
"ms-python.python",
26
- "njpwerner.autodocstring"
+ "njpwerner.autodocstring",
27
+ "ms-python.black-formatter"
28
],
29
// Use 'forwardPorts' to make a list of ports inside the container available locally.
30
// "forwardPorts": [],
.vscode/settings.json
@@ -6,6 +6,7 @@
6
"python.testing.unittestEnabled": false,
7
"python.testing.pytestEnabled": true,
8
"[python]": {
9
- "editor.defaultFormatter": "ms-python.black-formatter"
+ "editor.defaultFormatter": "ms-python.black-formatter",
10
+ "editor.formatOnSave": true
11
}
12
0 commit comments