You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking to enable this extension in a new project that will have many developers working on it. I've set it up and it works great. Ideally I'd like to have the isolateAs feature turned on so we can have one cluster that we use for development. This would enable us to not have the whole system running on each dev's machine for day-to-day work.
Would it be possible to enable some kind of random generation or user input for the string that we use to isolate a pod? With VSCode's default functionality, we can't inject variables into most task properties, otherwise we could just do something like "isolateAs": "${env:USERNAME}-f817.
I'm willing to open a PR for this if you're not able to take this on right now. Thanks!
The text was updated successfully, but these errors were encountered:
I'm looking to enable this extension in a new project that will have many developers working on it. I've set it up and it works great. Ideally I'd like to have the
isolateAs
feature turned on so we can have one cluster that we use for development. This would enable us to not have the whole system running on each dev's machine for day-to-day work.Would it be possible to enable some kind of random generation or user input for the string that we use to isolate a pod? With VSCode's default functionality, we can't inject variables into most task properties, otherwise we could just do something like
"isolateAs": "${env:USERNAME}-f817
.I'm willing to open a PR for this if you're not able to take this on right now. Thanks!
The text was updated successfully, but these errors were encountered: