Working with dev containers
You can launch a dev container to load your specific development environment and begin active development tasks.
About this task
After you’re added to a teamspace, additional dev containers will appear on the landing page. These containers are initially listed under the Other Dev Containers tab. To start working in a container:
Procedure
- Click the Let’s Go button on a dev container.
- The dev container will launch and begin running - this may take some time initially.
- Once running, the container will move to the Running Dev Containers tab.
- Go to File > Open Folder to get started, after the browser-based IDE loads.
- Click Yes when prompted with "Do you trust the authors of the files in this folder?".
- Navigate to the workspace directory.
-
You can now start working in your workspace. For example, you can clone a Git
repository to populate your workspace with the source code you want to work
with.
Note: This is just a quickstart example. As the environment runs on a VS Code Server, you can install extensions, debug applications with breakpoints and live logs, use terminals and Git integration, and fully customize your dev container with the dependencies you need. Use this as a starting point to explore the full development workflow.
A video version of the above steps is also available for reference. It demonstrates the full workflow - from accessing Code to running your application in the browser IDE. Watching the video can help you follow along more easily. Learn more about dev containers here.
