Benjamin Pasero

Results 228 comments of Benjamin Pasero

Thanks! We try to avoid retrying as much as possible because its typically a bandaid and not a fix.

Looks like Isi changed widgets to not remove `tabIndex` when disabled in https://github.com/microsoft/vscode/commit/3479bb35904eb046c0974090794cac9c76173796#diff-66a07df088d0eb0a5f86befb962cf52e893a8cc3ae2fc716968effb45c485185, so I refer to him why that is so.

As far as I can tell, we are not setting any border around the window, we just create a frameless window. If someone knows what we do "wrong" or could...

Ah yeah true, I forgot that this could also just be sandbox related and not Electron related...

Confirmed it is related to sandbox and what might be related is that I always see this error: ![image](https://user-images.githubusercontent.com/900690/183916588-2df05d91-45f6-4a73-8ebf-20e6ad8a55c3.png) Suggesting that `resolveShellEnv` is timing out after 10 seconds. https://github.com/microsoft/vscode/blob/337d420bd21a98c06e339bca4e534785ec1a4aa2/src/vs/base/parts/sandbox/electron-browser/preload.js#L94-L104

I can confirm it is related to slow resolving shell env, so its probably reproducable even running out of sources. I had commented out this from my `~/.zshrc` and it...

It just reproduced without OS restart, so it is unrelated to that, it was just that OS restart made it happen easily.

Can you try to reproduce with our nightly insider builds? You can give our preview releases a try from: https://code.visualstudio.com/insiders/

Are people using an extension for this? If so, could it be an issue with the extension to report?

How about reporting this issue to the Azure Extension issue tracker?