|
13 | 13 | "go.gopath": "/go",
|
14 | 14 | "go.goroot": "/usr/local/go",
|
15 | 15 | "go.toolsGopath": "/go/bin",
|
16 |
| - "python.pythonPath": "/opt/python/latest/bin/python", |
17 |
| - "python.linting.enabled": true, |
18 |
| - "python.linting.pylintEnabled": true, |
19 |
| - "python.formatting.autopep8Path": "/usr/local/py-utils/bin/autopep8", |
20 |
| - "python.formatting.blackPath": "/usr/local/py-utils/bin/black", |
21 |
| - "python.formatting.yapfPath": "/usr/local/py-utils/bin/yapf", |
22 |
| - "python.linting.banditPath": "/usr/local/py-utils/bin/bandit", |
23 |
| - "python.linting.flake8Path": "/usr/local/py-utils/bin/flake8", |
24 |
| - "python.linting.mypyPath": "/usr/local/py-utils/bin/mypy", |
25 |
| - "python.linting.pycodestylePath": "/usr/local/py-utils/bin/pycodestyle", |
26 |
| - "python.linting.pydocstylePath": "/usr/local/py-utils/bin/pydocstyle", |
27 |
| - "python.linting.pylintPath": "/usr/local/py-utils/bin/pylint", |
| 16 | + "python.defaultInterpreterPath": "/opt/python/latest/bin/python", |
28 | 17 | "lldb.executable": "/usr/bin/lldb",
|
29 | 18 | "files.watcherExclude": {
|
30 | 19 | "**/target/**": true
|
31 |
| - } |
| 20 | + } |
32 | 21 | },
|
33 | 22 | "remoteUser": "codespace",
|
34 | 23 | "overrideCommand": false,
|
|
0 commit comments