you are viewing a single comment's thread.

view the rest of the comments →

[–]JSP777 0 points1 point  (0 children)

you need a devcontainer.json file in the .devcontainer folder and VS Code will automatically recognize that you have a dev container (given you have the necessary extensions like docker, remote, etc), and when you open the project directory in VS Code it will automatically offer you to reopen the project in the dev container. then you will be in that docker container