You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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';
The text was updated successfully, but these errors were encountered:
Release-Candidate
changed the title
Remote extensions host throughs exception "Named export 'rgPath' not found."
Remote extension host throws exception "Named export 'rgPath' not found."
Oct 14, 2024
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:
The text was updated successfully, but these errors were encountered: