Robo

Results 334 comments of Robo

*Steps for verification:* 1) Ensure the setting `"terminal.integrated.windowsUseConptyDll": false` 2) Open a powershell terminal 3) Kill the terminal with the trash icon 4) Attempt to open a new terminal immediately...

`ServiceWorker cannot be started` can happen in the following situations, 1) |script_url| is on a different origin from |scope| 2) Fetching |script_url| fails. 3) |script_url| fails to parse or its...

@haugerbr can you launch with `code.cmd --no-sandbox` and check if it helps. If not, can you attach the output of `code.cmd --verbose`

> the code --no-sandbox didnt seem to change anything Are you also unable to open devtools with the flag ? Just to confirm, did you make sure any open instances...

> On other machines - it doesn't help at all. @StanKirilov Can you run with `code --no-sandbox --user-data-dir `

Sorry for the delay here, some interesting points from the trace There is clearly extension host crashes and restarts, what is interesting is that the lifetime of each of these...

Additionally, can you also provide the output of `ulimit -Sv` and `ulimit -Hv` just to confirm there are no virtual memory limits in play.

@yyz-ycl can you share the `Help -> About` to confirm the version details from where the crash dumps were collected.

Thanks! all dump files point to crash in a thread that attempts to initialize kerberos ``` Crash reason: SIGABRT Crash address: 0x0 Process uptime: 3 seconds Thread 12 (crashed) 0...

Looping in @chrmarti who owns the kerberos path in the extension host, do we always initialize kerberos when proxy is setup even when "Http: Proxy Kerberos Service Principal" setting is...