Jay W

Results 52 comments of Jay W

I do have the `POWERSHELL_TELEMETRY_OPTOUT` set to 1 on both System and User variables (Under usual gui used for environment variables in windows 10) Even after reboot powershell is still...

It would be great to have some transparency on this. Is there some sort of limitation that would prevent this limit to be raised globally? Without this transparency we might...

I've ended up running updatecli definition from a bash loop with different pipelineid passed to it as env bar: ``` version: 0.33.3 title: "Update aks version" {{ $environment := (requiredEnv...

I see. Is this also related to https://github.com/flatpak/flatpak/issues/3697 then ? flatpak-spawn is heavily used by fedora toolbx users.

IMHO If would be great if flatpak-spawn could be changed to remediate this. I find myself running quite a few programs using it.

building from vscode-1.48.0 branch + adding https://github.com/cdr/code-server/pull/1779/commits/9fb33dce3d8f4854163c978ef02bdd06f1983722 , as well as adding ```ms-vscode-remote.remote-containers``` to ```extensionAllowedProposedApi```. This gets the remote extensions installed however it is still complaining with the error: ```...

Just tested this with ```ms-vscode-remote.remote-containers-0.132.0.vsix``` When clicking open in container it just disconnects and reloads. [server] disconnected from client {"proxies":3} I'm assuming there is no way to get ANY remote...

The VSCode online AKA codespaces returns ```Cannot install 'Remote - Containers' because this extension has defined that it cannot run on the remote server``` when trying to install extension. The...

I see, The ability to spin up multiple code-server codespaces* while using devcontainer.json as provisioner would be a very appreciated feature. In theory one could create some sort of wrapper...