thomazmoura / dev-environment

Dev Environment for developing with NeoVim
MIT License
3 stars 0 forks source link

📦💻 - Add built-in integration with VS Code #27

Closed thomazmoura closed 2 years ago

thomazmoura commented 2 years ago

The idea is to enable the docker container to have the ability to call something like code -r . from inside the container and then open VS Code on the specified folder.

thomazmoura commented 2 years ago

Unfortanely it seems that the remote-cli feature is only supported for WSL and VS Code's Terminal, so I'm afraid I can't really do what I initially wanted. I'll still check if it's worth to keep it already installed on the Container so I skip the need to reinstall it every time I need to open VS Code from it after a container updade.

thomazmoura commented 2 years ago

Further attempts seem to not improve at all the experience of just starting VS Code and attach to the running container from there. So, for the time being, I'll stick with the strategy whenever needed.