Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(vscode): add status bar items to start, stop and open server #988

Merged
merged 26 commits into from Sep 4, 2023

Conversation

alestiago
Copy link
Contributor

@alestiago alestiago commented Aug 31, 2023

Status

READY

Description

Changes:

  • Provides a status bar item to start and debug server
  • Provides a status bar item to stop a server
  • Provides a status bar item to open the server on the user's browser

Resolves #776

Demonstration

CleanShot.2023-08-31.at.15.00.03.mp4

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@alestiago alestiago added feature A new feature or request vscode labels Aug 31, 2023
@alestiago alestiago self-assigned this Aug 31, 2023
@alestiago alestiago changed the title Alestiago/vscode application status bar feat(vscode): add status bar items to application status bar Aug 31, 2023
@alestiago alestiago changed the title feat(vscode): add status bar items to application status bar feat(vscode): add status bar items to start, stop and open server Aug 31, 2023
@alestiago alestiago marked this pull request as ready for review September 1, 2023 15:39
@alestiago alestiago merged commit 50a1a3e into main Sep 4, 2023
4 checks passed
@alestiago alestiago deleted the alestiago/vscode-application-status-bar branch September 4, 2023 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature or request
Projects
Development

Successfully merging this pull request may close these issues.

feat(vscode): show running servers on status bar
2 participants