Vs code container help
you want to configure your editor to connect to the container. For example vs-code with the remote containers extension. Or install an editor inside the container and open it
7 Replies
I have latest bluefin dx, where I setup dev container (node.js&JS). So what I wanted to accomplish is to somehow connect my local folder where my work is with this container. Is it even possible to share between them?
in vs-code open extensions and add "remote containers"
then hit the "><" button at the bottom left of vs-code and choose "attach to running container" if your dev container is already running
sorry I'm in a training class right now I can't be more specific
I just started trying to learn vscode and c++ as of yesterday and had to deal with this same thing lol
this article is what got it all working for me
Configure separate containers for multiple projects
Configure separate containers for multiple projects
Thanks to both. I think I got something but not sure..haha
I have connected dev container with local folder . Think it is working fine 🙂
awesome!!
yay!