-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Cannot build electron application from Theia 0.2.3 #914
Comments
Figured it out, it is because of the logging. So when keybindings collide, we try to log it nicely, which fails. This issue does not occur without Theia extensions. I will take care of it. |
Happens when we have a proxy: |
kittaakos
added a commit
that referenced
this issue
Nov 30, 2017
Closes #914. Signed-off-by: Akos Kitta <kittaakos@gmail.com>
This was referenced Nov 30, 2017
kittaakos
added a commit
that referenced
this issue
Nov 30, 2017
Closes #914. Signed-off-by: Akos Kitta <kittaakos@gmail.com>
kittaakos
added a commit
that referenced
this issue
Dec 1, 2017
Closes #914. Signed-off-by: Akos Kitta <kittaakos@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No menus are present when starting the application. See: theia-ide/yangster-electron#23
I have found this in the log (after changing the generated source again to be able to see the dev tools window):
I have the feeling we are trying to serialize an ES6 Map. I have seen some very similar before.
The text was updated successfully, but these errors were encountered: