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
When installed in vscodium, this package fails with the following errors:
[2021-09-17 23:36:53.979] [exthost] [error] Activating extension oderwat.indent-rainbow failed due to an error:
[2021-09-17 23:36:53.979] [exthost] [error] Error: Cannot find module 'c:\Users\[redacted]\.vscode-oss\extensions\oderwat.indent-rainbow-8.0.0\out\extension'
Require stack:
- c:\Users\[redacted]\AppData\Local\Programs\VSCodium\resources\app\out\vs\loader.js
- c:\Users\[redacted]\AppData\Local\Programs\VSCodium\resources\app\out\bootstrap-amd.js
- c:\Users\[redacted]\AppData\Local\Programs\VSCodium\resources\app\out\bootstrap-fork.js
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:887:15)
at Module._load (internal/modules/cjs/loader.js:732:27)
at Function.f._load (electron/js2c/asar_bundle.js:5:12913)
at Function.i._load (c:\Users\[redacted]\AppData\Local\Programs\VSCodium\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:113:28190)
at Function.E._load (c:\Users\[redacted]\AppData\Local\Programs\VSCodium\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:113:24778)
at Function.o._load (c:\Users\[redacted]\AppData\Local\Programs\VSCodium\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:103:59872)
at Module.require (internal/modules/cjs/loader.js:959:19)
at Module.require (c:\Users\[redacted]\AppData\Local\Programs\VSCodium\resources\app\extensions\typescript-language-features\dist\extension.js:1:48233)
at require (internal/modules/cjs/helpers.js:88:18)
at Function.t [as __$__nodeRequire] (c:\Users\[redacted]\AppData\Local\Programs\VSCodium\resources\app\out\vs\loader.js:5:101)
at v._loadCommonJSModule (c:\Users\[redacted]\AppData\Local\Programs\VSCodium\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:113:26187)
at v._doActivateExtension (c:\Users\[redacted]\AppData\Local\Programs\VSCodium\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:99:12594)
at v._activateExtension (c:\Users\[redacted]\AppData\Local\Programs\VSCodium\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:99:11695)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
at async Promise.all (index 8)
at async Promise.all (index 0)
Installing the extension for the vsix from the MS marketplace works as expected.
The text was updated successfully, but these errors were encountered:
When installed in vscodium, this package fails with the following errors:
Installing the extension for the vsix from the MS marketplace works as expected.
The text was updated successfully, but these errors were encountered: