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
I use yoman to create a simple hello word plugin, when I run hosted plugin, the error "root ERROR Failed to load plugin metadata from" showed.
OS and Theia version:
Windows @theia/example-browser 0.7.0 Diagnostics:
Here is what I found: Packages->plugin-dev->src->node->hosted-plugins-manager.ts
line69 this.checkWatchScript(pluginRootPath) , pluginRootPath = "/c%3A/theia-devtools-plugin/theia-devtools-plugin" which is not right path on windows
The text was updated successfully, but these errors were encountered:
Description
Hosted Plugins on Windows not working
Reproduction Steps
I use yoman to create a simple hello word plugin, when I run hosted plugin, the error "root ERROR Failed to load plugin metadata from" showed.
OS and Theia version:
Windows @theia/example-browser 0.7.0
Diagnostics:
Here is what I found: Packages->plugin-dev->src->node->hosted-plugins-manager.ts
line69 this.checkWatchScript(pluginRootPath) , pluginRootPath = "/c%3A/theia-devtools-plugin/theia-devtools-plugin" which is not right path on windows
The text was updated successfully, but these errors were encountered: