An idea that started in one of our hackathons, has just been published. VS-Code & env0 users can deploy their environments from their IDE!The env0 extension will display all environments associated with the current git branch. You can perform several tasks like deploy, destroy, approve deployment, watch live logs, and visit the environmentโs page if needed.At first, you should create an organization API key and perform authentication. Then, youโll able to see all of the active environments associated with your active git branch. Once you push changes to remote and hit โRedeployโ button, youโll get notified about the status change. The deployment logs are available in the OUTPUT tab, โenv0 logsโ item in the dropdown menu. It will be auto-focused when a deployment is active.The extension is now available in the marketplace. Please follow the README for usage instructions.