Some plugins attempt to require some packages from VSCode's node_modules. Since we don't have node_modules usually, we need to override the require function to return the expected package.
See also: https://github.com/eclipse-theia/theia/issues/14714 https://github.com/eclipse-theia/theia/issues/13779
Some plugins attempt to require some packages from VSCode's node_modules. Since we don't have node_modules usually, we need to override the require function to return the expected package.
See also: https://github.com/eclipse-theia/theia/issues/14714 https://github.com/eclipse-theia/theia/issues/13779