forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-editor-*User-facing catch-allUser-facing catch-allfeature-requestRequest for new features or functionalityRequest for new features or functionalityneeds community feedbackAwaiting community feedbackAwaiting community feedback
Description
Discussed in #15673
Originally posted by AJGranowski March 15, 2021
I think it could be neat to set the Python executable "path" to something like
docker run -it --rm --mount type=bind,source="$pwd",target=/vscode --workdir /vscode python:3 python
so we could run Python projects without having Python locally installed.
Currently this does not work because VSCode will wrap the interpreter "path" with quotes
PS C:\docker-test> & "docker run -it --rm --mount type=bind,source="$pwd",target=/vscode --workdir /vscode python:3 python" c:/docker-test/src/main.py
```</div>
dmartin and oscarhermoso
Metadata
Metadata
Assignees
Labels
area-editor-*User-facing catch-allUser-facing catch-allfeature-requestRequest for new features or functionalityRequest for new features or functionalityneeds community feedbackAwaiting community feedbackAwaiting community feedback