Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS Code extension does not need to have entry file to be loaded #4226

Closed
akosyakov opened this issue Feb 1, 2019 · 0 comments · Fixed by #4231
Closed

VS Code extension does not need to have entry file to be loaded #4226

akosyakov opened this issue Feb 1, 2019 · 0 comments · Fixed by #4231
Labels
bug bugs found in the application vscode issues related to VSCode compatibility

Comments

@akosyakov
Copy link
Member

For example if it only contributes metadata, otherwise:

Uncaught (in promise) Error: Unable to load the given plugin
    at PluginManagerExtImpl.$init (/workspace/theia/packages/plugin-ext/lib/plugin/plugin-manager.js:129)
    at RPCProtocolImpl.doInvokeHandler (/workspace/theia/packages/plugin-ext/lib/api/rpc-protocol.js:175)
    at RPCProtocolImpl.invokeHandler (/workspace/theia/packages/plugin-ext/lib/api/rpc-protocol.js:160)
    at RPCProtocolImpl.receiveRequest (/workspace/theia/packages/plugin-ext/lib/api/rpc-protocol.js:124)
    at RPCProtocolImpl.receiveOneMessage (/workspace/theia/packages/plugin-ext/lib/api/rpc-protocol.js:110)
    at /workspace/theia/packages/plugin-ext/lib/api/rpc-protocol.js:53
    at /workspace/theia/packages/plugin-ext/lib/api/rpc-protocol.js:201
    at /workspace/theia/packages/core/lib/common/event.js:161
    at CallbackList.invoke (/workspace/theia/packages/core/lib/common/event.js:176)
    at Emitter.fire (/workspace/theia/packages/core/lib/common/event.js:264)
@akosyakov akosyakov added bug bugs found in the application vscode issues related to VSCode compatibility labels Feb 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bugs found in the application vscode issues related to VSCode compatibility
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant