这似乎是一个奇怪的问题,但这是场景。
1. I have VS Code installed in my local machine.
2. I have a remote machine where I have some docker container running.
3. I am able to remote ssh into this machine from VS.
4. I am able to using Remote Development to use VS Code to run and build code locally.
要求
Can I use the feature in a way such that I can directly get inside container in the remote instance and start developing my code in there using VS Code feature like when I reopen the folder in container instead of opening it on local machine, it needs to open in the container that is running inside the instance.