https://github.com/ivangabriele/vscode-heroku
Check your project's Heroku deployment status in Visual Studio Code.
https://github.com/ivangabriele/vscode-heroku
Last synced: 6 months ago
JSON representation
Check your project's Heroku deployment status in Visual Studio Code.
- Host: GitHub
- URL: https://github.com/ivangabriele/vscode-heroku
- Owner: ivangabriele
- License: mit
- Created: 2018-10-31T19:07:16.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-01-13T18:05:13.000Z (9 months ago)
- Last Synced: 2025-03-29T05:04:23.894Z (7 months ago)
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=ivangabriele.vscode-heroku
- Size: 1.27 MB
- Stars: 9
- Watchers: 1
- Forks: 8
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Heroku Extension for Visual Studio Code
[](https://github.com/ivangabriele/vscode-heroku/blob/main/LICENSE)
[](https://marketplace.visualstudio.com/items?itemName=ivangabriele.vscode-heroku)
[](https://github.com/ivangabriele/vscode-heroku/actions?query=check)---
- [Features](#features)
- [Commands](#commands)
- [Roadmap](#roadmap)
- [Issues \& Feature Requests](#issues--feature-requests)
- [Changelog](#changelog)---
## Features
- [x] Live Heroku application deployment status (Status Bar)
- [x] Heroku CLI Log In/Out (Command Palette)
- [x] Current workspace Heroku application linking (Command Palette)
- [x] Heroku Teams support## Commands
- `Heroku: Link current workspace to an existing Heroku app`
- `Heroku: Log In to Heroku CLI`
- `Heroku: Log Out of Heroku CLI`## Roadmap
- [ ] Heroku application Activity Dashboard opening (Status Bar Action)
- [ ] Heroku application creation (Command Palette)
- [ ] Heroku application deployment (Command Palette)
- [ ] Heroku application opening (Command Palette)
- [ ] Herokup Pipelines support## Issues & Feature Requests
Please report any issue or feature request [there](https://github.com/ivangabriele/vscode-heroku/issues).
## Changelog
Please check the [changelog file](https://github.com/ivangabriele/vscode-heroku/blob/master/CHANGELOG.md).