Skip to content

Commit b320962

Browse files
authored
Remove deprecated Python settings (Azure#32673)
1 parent af37861 commit b320962

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.devcontainer/devcontainer.json

+2-13
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,11 @@
1313
"go.gopath": "/go",
1414
"go.goroot": "/usr/local/go",
1515
"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",
2817
"lldb.executable": "/usr/bin/lldb",
2918
"files.watcherExclude": {
3019
"**/target/**": true
31-
}
20+
}
3221
},
3322
"remoteUser": "codespace",
3423
"overrideCommand": false,

0 commit comments

Comments
 (0)