This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed
azure-machine-learning-python-3/.devcontainer
codespaces-linux/.devcontainer
jupyter-datascience-notebooks/.devcontainer
python-3-anaconda/.devcontainer
python-3-device-simulator-express/.devcontainer
python-3-miniconda/.devcontainer
python-3-postgres/.devcontainer
python-3-pypy/.devcontainer
repository-containers/github.com/python/cpython/.devcontainer Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 8
8
9
9
// Set *default* container specific settings.json values on container create.
10
10
"settings" : {
11
- "python.pythonPath " : " /opt/conda/bin/python" ,
11
+ "python.defaultInterpreterPath " : " /opt/conda/bin/python" ,
12
12
"python.linting.enabled" : true ,
13
13
"python.linting.pylintEnabled" : true ,
14
14
"python.formatting.autopep8Path" : " /opt/conda/bin/flake8" ,
Original file line number Diff line number Diff line change 8
8
"go.useLanguageServer" : true ,
9
9
"go.gopath" : " /go" ,
10
10
"go.goroot" : " /usr/local/go" ,
11
- "python.pythonPath " : " /opt/python/latest/bin/python" ,
11
+ "python.defaultInterpreterPath " : " /opt/python/latest/bin/python" ,
12
12
"python.linting.enabled" : true ,
13
13
"python.linting.pylintEnabled" : true ,
14
14
"python.formatting.autopep8Path" : " /usr/local/py-utils/bin/autopep8" ,
Original file line number Diff line number Diff line change 18
18
19
19
// Set *default* container specific settings.json values on container create.
20
20
"settings" : {
21
- "python.pythonPath " : " /opt/conda/bin/python"
21
+ "python.defaultInterpreterPath " : " /opt/conda/bin/python"
22
22
},
23
23
24
24
// Add the IDs of extensions you want installed when the container is created.
Original file line number Diff line number Diff line change 10
10
11
11
// Set *default* container specific settings.json values on container create.
12
12
"settings" : {
13
- "python.pythonPath " : " /opt/conda/bin/python" ,
13
+ "python.defaultInterpreterPath " : " /opt/conda/bin/python" ,
14
14
"python.languageServer" : " Pylance" ,
15
15
"python.linting.enabled" : true ,
16
16
"python.linting.pylintEnabled" : true ,
Original file line number Diff line number Diff line change 13
13
},
14
14
// Set *default* container specific settings.json values on container create.
15
15
"settings" : {
16
- "python.pythonPath " : " /opt/vscode/extensions/ms-python.devicesimulatorexpress/venv/bin/python" ,
16
+ "python.defaultInterpreterPath " : " /opt/vscode/extensions/ms-python.devicesimulatorexpress/venv/bin/python" ,
17
17
"python.languageServer" : " Pylance" ,
18
18
"python.linting.enabled" : true ,
19
19
"python.linting.pylintEnabled" : true ,
Original file line number Diff line number Diff line change 10
10
11
11
// Set *default* container specific settings.json values on container create.
12
12
"settings" : {
13
- "python.pythonPath " : " /opt/conda/bin/python" ,
13
+ "python.defaultInterpreterPath " : " /opt/conda/bin/python" ,
14
14
"python.languageServer" : " Pylance" ,
15
15
"python.linting.enabled" : true ,
16
16
"python.linting.pylintEnabled" : true ,
Original file line number Diff line number Diff line change 17
17
"username" : " postgres" ,
18
18
"password" : " postgres"
19
19
}],
20
- "python.pythonPath " : " /usr/local/bin/python" ,
20
+ "python.defaultInterpreterPath " : " /usr/local/bin/python" ,
21
21
"python.languageServer" : " Pylance" ,
22
22
"python.linting.enabled" : true ,
23
23
"python.linting.pylintEnabled" : true ,
Original file line number Diff line number Diff line change 10
10
11
11
// Set *default* container specific settings.json values on container create.
12
12
"settings" : {
13
- "python.pythonPath " : " /usr/local/bin/python" ,
13
+ "python.defaultInterpreterPath " : " /usr/local/bin/python" ,
14
14
"python.languageServer" : " Pylance" ,
15
15
"python.linting.enabled" : true ,
16
16
"python.linting.pylintEnabled" : true ,
Original file line number Diff line number Diff line change 16
16
17
17
// Set *default* container specific settings.json values on container create.
18
18
"settings" : {
19
- "python.pythonPath " : " /usr/local/bin/python" ,
19
+ "python.defaultInterpreterPath " : " /usr/local/bin/python" ,
20
20
"python.languageServer" : " Pylance" ,
21
21
"python.linting.enabled" : true ,
22
22
"python.linting.pylintEnabled" : true ,
Original file line number Diff line number Diff line change 2
2
"name" : " CPython" ,
3
3
"dockerFile" : " Dockerfile" ,
4
4
"settings" : {
5
- "python.pythonPath " : " ${workspaceFolder}/python" ,
5
+ "python.defaultInterpreterPath " : " ${workspaceFolder}/python" ,
6
6
"python.testing.unittestArgs" : [
7
7
" -v" ,
8
8
" -s" ,
You can’t perform that action at this time.
0 commit comments