I'm currently developing a custom vscode extension for a read-only editor. During testing, I encountered a rather unhelpful error message. Can anyone offer some insight on what might be causing this issue?
2022-11-25 11:36:17.198 [error] Activating extension vscode-samples.cat-customs failed due to an error:
2022-11-25 11:36:17.219 [error] Error:
at O._loadCommonJSModule (../../../vs/workbench/api/worker/extensionHostWorker.js:82:67509)
at async Promise.all (index 0)
at m._activate (../../../vs/workbench/api/worker/extensionHostWorker.js:72:8305)
at m._waitForDepsThenActivate (../../../vs/workbench/api/worker/extensionHostWorker.js:72:8247)
at m._initialize (../../../vs/workbench/api/worker/extensionHostWorker.js:72:7611)
Please note that I am working with vscode.dev and developing this as a web-based extension.