Connor Peet
Connor Peet
This was fixed in https://github.com/microsoft/vscode/commit/677b083284ed89d2d237c583dbb6a3d6a8edc2e4
More dynamic linking fun. It looks like this can be avoided if we statically link again musl using the `x86_64-unknown-linux-musl` target rather than dynamically linking against GNU libc, and I...
I looked at a few approaches to this. I still kept the glibc target around, but we had to make a musl build to target Alpine Linux anyway. And thus...
Sorry, that should be active in a few minutes...
Looks like I get a `Segmentation Fault` trying to run the musl binary. I will continue to look into this over the next day or so...
This is now fixed 🙂
I intend to switch us to using node-keytar bindings instead of our current keychain library to align capabilities with core
This continues to happen on the latest version of Live Share on Windows as well. The VS Code window is idle and untouched, but CPU usage bounces between 30-100% of...
Fyi I suspect my issue was related to https://github.com/MicrosoftDocs/live-share/issues/3612, I have not observed this problem since that was fixed.
I think this probably happened when we renamed our extension. If you still see this, I recommend checking your installed extensions and removing any old deprecated extensions. Please let us...