{ "files.encoding": "utf8", "python.pythonPath": "C:\\...\\python.exe", "python.linting.enabled": true, "editor.formatOnSave": true, "launch": { "version": "0.2.0", "configurations": [ { "name": "Python System: Integrated Terminal", "type": "python", "request": "launch", "program": "${file}", "console": "integratedTerminal" }, { "name": "Python System: External Terminal", "type": "python", "request": "launch", "program": "${file}", "console": "externalTerminal" } ] } }