Replies: 1 comment 1 reply
-
Hey @Geeksfino, I couldn't quite reproduce this with the example repo. I've tried applying your theia config, but received a different result:
Have you correctly rebuild the whole application after adjusting the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using 1.61.0 and following exactly the setup guide to setup a skeleton theia project, and trying to put the following into package.json, specifically by configuring the application name as "MyIDE" and the configuration folder as ".my_ide". Strangely the application name never takes effect and the configuration folder, though in effect, causing problems with extensions. For example, I installed the "Markdown Editor" extension. When using it to try to display a markdown file, the IDE will show "Current file language is not markdown, got plaintext". However, if I set the configuration folder back to the default ".theia", everything works.
Couldn't figure out why. Any help is greatly appreciated.
"theia": { "target": "electron", "frontend": { "config": { "applicationName": "MyIDE" } }, "backend": { "config": { "configurationFolder": ".my_ide" } } }
Beta Was this translation helpful? Give feedback.
All reactions