Connor Peet
Connor Peet
There is an option to configure it
Github does not provide refresh tokens. They store their access tokens in an LRU and least recently used tokens will expire. The CLI pings Github every our to try to...
We have reconnection in general remote - tunnels -- where do you think it's needed? Not super clear where / if that doens't work in this issue.
Probably the same root cause. I reverted the fix for that because the built-in TS language service was very flakey when I tried to (mis)use it for this scenario.
This extension uses the same globs that Node.js does. Can you be more specific about the issue(s) you're seeing?
> After looking into some of those files, I noticed some of them use the node:test module, and some of them don't. When adding an import and test("name") call to...
This doesn't really work for me, notice L11 is missing a run indicator. I didn't do this initially because I think it's impossible to correctly support, but I would be...
Hi, this is being discussed on https://github.com/microsoft/dev-tunnels/issues/491. The limit you were hitting should now be raised.
Yes, the `PortsPerTunnel` is a different issue than the one the comments were referring to. THat's probably a bug on my end.
@msdkhairi can you please share the "Port Forwarding" output from the Output view in the bottom panel the first time you try to forward a port? We have logic that...