open-remote-ssh icon indicating copy to clipboard operation
open-remote-ssh copied to clipboard

Remote extension host throws exception "Named export 'rgPath' not found."

Open Release-Candidate opened this issue 1 year ago • 2 comments

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';

Release-Candidate avatar Oct 14 '24 09:10 Release-Candidate

Hey @Release-Candidate, that's a vscodium issue, please open an issue in their repo 🙏

jeanp413 avatar Oct 14 '24 21:10 jeanp413

Thanks, done

Release-Candidate avatar Oct 15 '24 06:10 Release-Candidate