A Visual Studio Code extension for managing Azure Service Bus queues and topics.
- Manage Connections: Add, view, and delete Service Bus namespace connections
- Secure Storage: Connection strings are securely stored using VS Code's Secret Storage API
- Simple Interface: Activity bar panel for easy access to your Service Bus connections
- Click the Service Bus icon in the Activity Bar
- Click the "+" button to add a new connection
- Enter a name for your connection
- Provide your Service Bus connection string
- VS Code 1.85.0 or higher
- Azure Service Bus namespace
This extension currently has no configurable settings.
This is an early version. More features coming soon!
Initial release of BusDriver
- Add/delete Service Bus connections
- Secure connection string storage
npm install
npm run compilePress F5 to open a new VS Code window with the extension loaded.
npm testSee LICENSE file for details.