open-remote-ssh
open-remote-ssh copied to clipboard
Remote extension host throws exception "Named export 'rgPath' not found."
I don't know if this is a problem of remote ssh or codium itself.
Happens with both VSCodium 1.95.0.24287-insider and 1.94.2.24286. Client is MacOS ARM64, server is RISC-V64 Linux.
Log entry - the full log file for 1.95.0.24287-insider is attached dda161016e115d6fa0fd302d2609be345b578a8b.log:
SyntaxError: Named export 'rgPath' not found. The requested module '@vscode/ripgrep' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
import pkg from '@vscode/ripgrep';
Hey @Release-Candidate, that's a vscodium issue, please open an issue in their repo 🙏
Thanks, done