Code is a cloud-based integrated development environment (based on VSCode) on DevOps Loop, with which you can write, compile, build, and debug software applications in a so-called dev container, accessible directly from a web browser. The editor provides a completely configured development environment with preinstalled extensions, tools, and libraries. You can start coding without the need to set up the environment on your local machine.
To learn more about DevOps Code please have a look at the documentation.
Your development environment runs in it's own pod and uses resources. When you are finished with your work it is recommended to terminate the Environment.
NOTE: your session will not be terminated when you switch between capabilities or just close your browser!
Use the Logout icon to get a popup which asks what to do with your running development environment:
Click on "Yes, terminate it" to shutdown the pod, which will delete all unsaved or pushed changes! Or you can decide to keep it alive with "No, let it run" if you want to continue working later.