Pamela Fox
commited on
Commit
·
1c96b17
1
Parent(s):
b1501e9
Update devcontainer.json
Browse files
.devcontainer/devcontainer.json
CHANGED
@@ -37,7 +37,7 @@
|
|
37 |
"[python]": {
|
38 |
"editor.formatOnSave": true,
|
39 |
"editor.codeActionsOnSave": {
|
40 |
-
"source.fixAll":
|
41 |
},
|
42 |
"editor.defaultFormatter": "ms-python.black-formatter"
|
43 |
},
|
|
|
37 |
"[python]": {
|
38 |
"editor.formatOnSave": true,
|
39 |
"editor.codeActionsOnSave": {
|
40 |
+
"source.fixAll": "explicit"
|
41 |
},
|
42 |
"editor.defaultFormatter": "ms-python.black-formatter"
|
43 |
},
|