【发布时间】:2022-12-02 11:32:06
【问题描述】:
I'm writing code with VSCode from inside a VSCode container.
I can open terminals inside the dev container, but I can't figure out how to open a (VSCode integrated) terminal in my local machine.
I can of course open a separate terminal application like iTerm2, but it's far more convenient to use VSCode's integrated terminal panel. Is opening a local terminal possible with VSCode dev containers?
【问题讨论】:
-
I don't think that's possible. But could you maybe ssh from the dev container to your local machine?
-
@carlfriedrich Yeah that's true. Not as convenient, but should be possible.
-
I have posted an answer to make this more convenient.
-
Did that work for you?
标签: visual-studio-code vscode-remote