Skip to content

.theia sub-directory of workspace? #79

Answered by planger
glsp-bot asked this question in All other
Discussion options

You must be logged in to vote

The .theia folder is similar to the .vscode folder in VSCode. It contains workspace preferences, launch configurations and tasks. If you remove them, nothing problematic will happen, but you may loose the available tasks, settings, etc.
The .project file and .classpath are required if you need language support for Java. The Java language support in Theia is based on Eclipse JDT which needs those files. JDT will put the compiled class files of your Java sources into the bin folder, if it is configured this way in the Java-related project configuration.
All that including the pom.xml file is there, I believe, as the coffee editor also supports Java code generation and therefore needs those …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by planger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants