O que aprendemos com while também funciona no for (continue, break, else, etc)
This commit is contained in:
12
.vscode/settings.json
vendored
12
.vscode/settings.json
vendored
@@ -18,12 +18,12 @@
|
|||||||
"editor.defaultFormatter": "ms-python.python",
|
"editor.defaultFormatter": "ms-python.python",
|
||||||
"editor.tabSize": 4,
|
"editor.tabSize": 4,
|
||||||
"editor.insertSpaces": true,
|
"editor.insertSpaces": true,
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true
|
||||||
"editor.codeActionsOnSave": {
|
// "editor.codeActionsOnSave": {
|
||||||
"source.fixAll": true,
|
// "source.fixAll": true,
|
||||||
"source.fixAll.unusedImports": false,
|
// "source.fixAll.unusedImports": false,
|
||||||
"source.organizeImports": true
|
// "source.organizeImports": true
|
||||||
}
|
// }
|
||||||
},
|
},
|
||||||
"python.languageServer": "Pylance",
|
"python.languageServer": "Pylance",
|
||||||
"python.formatting.autopep8Args": [
|
"python.formatting.autopep8Args": [
|
||||||
|
|||||||
Reference in New Issue
Block a user