microsoft / mindaro

Bridge to Kubernetes - for Visual Studio and Visual Studio Code
MIT License
307 stars 106 forks source link

Jetbrains Rider Plugin #294

Open ajaffie opened 2 years ago

ajaffie commented 2 years ago

Is your feature request related to a problem? Please describe. I use Rider, so I end up using vscode as a task runner to run services with Bridge.

Describe the solution you'd like I'd like a Rider plugin for Bridge so I can debug services with Bridge inside Rider.

Describe alternatives you've considered I can use vscode to run a service and attach Rider's debugger to it or run Rider from the Bridge CLI, but these are annoying and/or don't work with multi-line environment variables.