Brandon Waterloo [MSFT]

Results 344 comments of Brandon Waterloo [MSFT]

Linking to #2033 so those subscribed to this issue can see that.

Pretty sure the "new" GitHub registry is just the existing GitHub registry but "relaunched" to draw more attention and with a few additional features not relevant to us. It's V2...

@JustinGrote We had been underway on a more generic and extensible registry provider model but it got shelved. I'm not sure what priorities will be coming up this year so...

> Any update for the ECR and GCR? @vivekrp We're working on a proposal for registry extensibility that would make it simple to add providers: #2033 We'd definitely be interested...

I think the only features we could support in a virtual workspace would be the language servers, which would probably also require some changes to eliminate any Node dependencies. I...

Should networks and volumes be supported as well?

By port forwarding do you mean, opening the ports on the host so that the exposed ports in the container can be accessed, or more like the magic port forwarding...

This guide might also have some helpful info: https://code.visualstudio.com/docs/remote/ssh#_forwarding-a-port-creating-ssh-tunnel

@chazt3n Not at the moment but it is on our radar. At the moment, @philliphoff and I are doing a major refactor of debugging. It is primarily centered around single-Dockerfile...

It's definitely possible to debug using compose, just a question of complexity. VSCode + the Docker extension + the C# extension have everything they need to do debugging. It's worth...