Robo
Robo
Couple more changes are needed, 1) Change for the 32-bit arch https://github.com/electron/electron/pull/47186#issuecomment-2897662460 2) `ENABLE_WEB_ASSEMBLY_TRAP_HANDLER_LINUX` needs to be defined for 64-bit arch
Can you share the crash reports from `1.96.3` following the steps at https://github.com/microsoft/vscode/wiki/Native-Crash-Issues#creating-a-crash-report
If multiple worklet contexts share the same thread which was also the case before https://chromium-review.googlesource.com/c/chromium/src/+/5270028 , previously we would bail early before associating the Node environment to the new worker...
Can you share the test case that resulted in crash, it would help to resolve this issue. Thanks!
@artkirienko based on the linked issues this seemed like an issue with brew installations, can this issue be closed ?
@Dquinnie2 are you updating vscode via brew ? The last working version for 10.15 is https://code.visualstudio.com/updates/v1_97, you can install that version and disable updates.
Can you share the output of `curl -I https://github.com` before and after launching VSCode.
Apart from the connectivity issue the recording shows huge delay in launching processes, can also you share the logs following the steps at https://github.com/microsoft/vscode/wiki/Performance-Issues#visual-studio-code-starts-up-slowly
Hi, not sure if this was already notified but Xcode 15.0.1 contains a linker bug that affects C++ projects https://developer.apple.com/documentation/xcode-release-notes/xcode-15_1-release-notes#Linking at runtime on macOS = 15.1 that contains the fix.
That would be the extension host process, disable extensions will only have effect on installed extensions, builtin ones will be run and seems like an issue from one of them....