Heroku Tooling for VS CodeAn attempt to provide proper Heroku tooling for VS Code. What is this and why?TLDR: adds VSC commands to make working with containerised apps a breeze. It also takes care of Heroku CLI installation/login to remove friction. This extension does not attempt to replace the Heroku CLI for interacting with Heroku. It is a top-notch CLI and for most things it makes sense to use it. What this extension does attempt is to wrap the most relevant commands from the CLI in my development workflow to VS Code commands in order to embrace the idiomatic way of working in VS Code. FeaturesBefore being able to run any of the relevant commands, the Heroku CLI must be
installed and an session authorised. You can do this via the command Note: If you run Windows, please make sure to install the CLI separately, the Setup command won't work. You can find the installer here. Commands
Known IssuesProbably many. Log an issue in the repository, let's fix it together :) TODO
|