Skip to content

Commit

Permalink
remove redundant vscode interpreter path
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Nov 6, 2023
1 parent a960529 commit 8434c2c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -48,4 +44,4 @@
"source=${localEnv:HOME}/.inputrc,target=/root/.inputrc,type=bind",
"source=${localEnv:HOME}/.ssh,target=/root/.ssh,type=bind"
]
}
}

0 comments on commit 8434c2c

Please sign in to comment.