diff --git a/.vscode/settings.json b/.vscode/settings.json index 00492e0..6942815 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -22,9 +22,9 @@ "editor.insertSpaces": true, "editor.formatOnSave": true, "editor.codeActionsOnSave": { - "source.fixAll": true, - "source.fixAll.unusedImports": true, - "source.organizeImports": true + "source.fixAll": "explicit", + "source.fixAll.unusedImports": "explicit", + "source.organizeImports": "explicit" } }, "python.languageServer": "Pylance", @@ -49,5 +49,7 @@ }, // "python.defaultInterpreterPath": "./venv/bin/python", "python.analysis.typeCheckingMode": "basic", - "cSpell.enabled": true + "cSpell.enabled": true, + "editor.formatOnSave": false, + "editor.formatOnSaveMode": "modificationsIfAvailable" } diff --git a/aula200/ new.JPG b/aula200/ new.JPG deleted file mode 100644 index 88e7593..0000000 Binary files a/aula200/ new.JPG and /dev/null differ