{ "launch": { "version": "0.2.0", "configurations": [ { "name": "Python: Current File", "type": "python", "request": "launch", "program": "${file}", "console": "integratedTerminal", "stopOnEntry": true, "envFile": "/root/snap/rexroth-ide/x1/.theia/.env" }, { "name": "Launch Python in Script Engine", "type": "python", "request": "launch", "program": "${file}", "host": "${config:ctrlx.target}" }, { "name": "Attach to Script Engine process", "type": "python", "request": "attach", "host": "${config:ctrlx.target}" } ] }, "python.envFile": "/root/snap/rexroth-ide/x1/.theia/.env", "python.defaultInterpreterPath": "/usr/bin/python3", "python.autoComplete.extraPaths": [ "${env.COMMON_WORKSPACE}/scripts/libraries/bosch", "${env.COMMON_WORKSPACE}/scripts/libraries/oem", "${env.COMMON_WORKSPACE}/scripts/libraries/user" ], "files.enableTrash": false, "python.showStartPage": false, "python.linting.flake8Enabled": true, "python.linting.pylintEnabled": false, "python.linting.flake8Args": [ "--max-line-length=120", "--per-file-ignores=${env.COMMON_WORKSPACE}/scripts/bosch/tiger/*: E122, E128, E201, E202, E251, E261, E265, E301, E302, E303, E305, E306, E402, E501, E701, E714, E711, E722, E731, E741, F811, W291, W293" ], "security.workspace.trust.enabled": false }