diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 533cbcab..3c41d32a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -12,11 +12,7 @@ "vscode": { "extensions": [ "ms-python.python" - ], - "settings": { - "python.pythonPath": "/opt/conda/envs/shenfun/bin/python", - "python.defaultInterpreterPath": "/opt/conda/envs/shenfun/bin/python" - } + ] } }, "postCreateCommand": "conda init"