Skip to content

Commit 94852f8

Browse files
committed
remove redundant vscode interpreter path
1 parent 01aaf31 commit 94852f8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@
1818
"username": "none",
1919
"upgradePackages": false
2020
}
21-
},
22-
// Set *default* container specific settings.json values on container create.
23-
"settings": {
24-
"python.defaultInterpreterPath": "/venv/bin/python"
25-
},
21+
}
2622
"customizations": {
2723
"vscode": {
2824
// Add the IDs of extensions you want installed when the container is created.
@@ -51,4 +47,4 @@
5147
"workspaceFolder": "${localWorkspaceFolder}",
5248
// After the container is created, install the python project in editable form
5349
"postCreateCommand": "pip install -e '.[dev]'"
54-
}
50+
}

0 commit comments

Comments
 (0)