From 8434c2cab91a3997e3e230c3d44ce6804e8cb28d Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Mon, 6 Nov 2023 18:12:16 +0000 Subject: [PATCH] remove redundant vscode interpreter path --- .devcontainer/devcontainer.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 47a9ec4..44e466a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -22,10 +22,6 @@ "epicsdeb.vscode-epics", "ms-python.black-formatter" ] - }, - "settings": { - // global python venv created in epics-base - "python.defaultInterpreterPath": "/venv/bin/python" } }, // Make sure the files we are mapping into the container exist on the host @@ -48,4 +44,4 @@ "source=${localEnv:HOME}/.inputrc,target=/root/.inputrc,type=bind", "source=${localEnv:HOME}/.ssh,target=/root/.ssh,type=bind" ] -} +} \ No newline at end of file