We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to Reproduce:
1.after setting up vscode-remote-try-python
docker ps
2.I can not attach a terminal to the container
while I can run
docker exec -it 434a sh
to access into the container and everything works well
is this a bug? what does vscode do when it attaches a terminal to a container?
The text was updated successfully, but these errors were encountered:
terminal return execvp(3) failed :no such file or directory
execvp(3) failed :no such file or directory
Sorry, something went wrong.
@zhangzheyu2simple I suspect that the shell is not found. what shell do you have configured in your settings? Can you try to configure bash or sh?
I had the same problem when using SSH , but solved with your settings. Thanks. 😄
/duplicate #38
Tyriar
No branches or pull requests
Steps to Reproduce:
1.after setting up vscode-remote-try-python
docker ps
2.I can not attach a terminal to the container
while I can run
docker exec -it 434a sh
to access into the container and everything works well
is this a bug? what does vscode do when it attaches a terminal to a container?
The text was updated successfully, but these errors were encountered: