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

Can't start Hosted Plugin instance on MacOS electron build #8498

Open
vnfedotov opened this issue Sep 11, 2020 · 2 comments
Open

Can't start Hosted Plugin instance on MacOS electron build #8498

vnfedotov opened this issue Sep 11, 2020 · 2 comments
Labels
electron issues related to the electron target plug-in system issues related to the plug-in system

Comments

@vnfedotov
Copy link
Contributor

Bug Description:

It seems like some strange variation of #2868 and #6846

Workspace is set to plugin folder, no errors on 'Hosted Plugin: select path' command.
'Hosted Plugin: Start Instance' generates following output:

yarn run v1.22.4

error Couldn't find a package.json file in "/"

info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Same configuration runs fine in browser, Hosted Plugin starts without problems.

Steps to Reproduce:

  1. Generate Hello World example with theia-plugin-generator
  2. Build plugin example with yarn
  3. Run electron build of Theia
  4. Run 'Hosted Plugin: Start Instance' command
  5. Select plugin folder

Additional Information

  • Operating System: macOS 10.14.6
  • Theia Version: 1.5.0
@vince-fugnitto vince-fugnitto added electron issues related to the electron target plug-in system issues related to the plug-in system labels Sep 11, 2020
@zhaomenghuan
Copy link
Contributor

I also encountered this problem. Is there a solution for this problem?

@vince-fugnitto
Copy link
Member

I also encountered this problem. Is there a solution for this problem?

@zhaomenghuan I believe that hosted-plugin is only available in the browser for the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
electron issues related to the electron target plug-in system issues related to the plug-in system
Projects
None yet
Development

No branches or pull requests

3 participants