Open Link87 opened 3 days ago
What version of extension and VSCode is used?
I'm using VSCodium 1.95.3 and extension version 0.21.0.
A bit buggy here and there but it doesn't crash for me so I'm going to need more info and maybe you'll need to re-install extension, reload editor and make sure it's fully updated.
Apparently the problem only occurs over SSH (with the "Open Remote - SSH" extension) with the latest version 0.21.0. Version 0.19.1 works over SSH and both versions work locally.
Hello,
I'm getting the exact same stack trace and crash. Using VSCodium 1.95.3, Open Remote SSH 0.0.47, with Even Better TOML version 0.21 from OpenVSIX. Client and SSH machine are both Ubuntu 24.10.
The extension works fine when not using remote SSH, but crash when on remote. Reverting back to an older version works but I'm getting a bug where I can't select a schema 😅
I've also tried to install Taplo directly using Cargo and the current stable Rust (1.82), instead of using the embedded version, and I'm also getting the same problem.
No idea how to debug more since WASM doesn't seem to give very detailed stack trace, let me know if there are more ways I can help.
I can't do anything about it, vscodium-server for glibc is built with NodeJS 16 which is not supported, it has to be at least NodeJS 19 for working webCrypto
The VSCode Extension keeps crashing on my machine immediately after opening a toml file. It tries starting five times and eventually gives up. The output is as follows:
If the issue is within the ahash crate, maybe a dependency update is enough?