Replies: 12 comments
-
[Jonas Helming] Which browser does work and which shows the error? |
Beta Was this translation helpful? Give feedback.
-
[simongraband] Both show the warnings in VSCode. But when using chrome i cannot see my workspace whereas with edge (just because it was installed) the files in the workspace are shown. Before the warnings i used chrome and everything worked. |
Beta Was this translation helpful? Give feedback.
-
I can't reproduce any of the mentioned issues. Do you have some details about the error, and can you show what your app/workspace looks like exactly? |
Beta Was this translation helpful? Give feedback.
-
[simongraband] An example for the warnings would be:
There are around 10-15 of these regarding different files in '@Theia'. And then after that the following error messages are displayed:
|
Beta Was this translation helpful? Give feedback.
-
[simongraband] |
Beta Was this translation helpful? Give feedback.
-
[simongraband] And this is what my wokspace looks even if i opened an new one. I also created a file at my current workspace and it was placed in the workspace so the workspace is definately open. |
Beta Was this translation helpful? Give feedback.
-
Two more questions:
|
Beta Was this translation helpful? Give feedback.
-
If you reused the same git repository clone, it may contain some (untracked) build artifacts that might sometimes be conflicting with a new build. You can clean that by deleting the node_modules folder, or by running |
Beta Was this translation helpful? Give feedback.
-
[simongraband]
|
Beta Was this translation helpful? Give feedback.
-
[simongraband] Ok so i tried both of your suggestions and noticed that once i run |
Beta Was this translation helpful? Give feedback.
-
I don't get the circular dependencies errors, but apparently some other devs do; it may be a minor error in Theia that doesn't really affect us (so the warnings are probably unrelated to the issue). After cleaning the git repo & rebuilding, do you still get the empty workspace? |
Beta Was this translation helpful? Give feedback.
-
[simongraband] Yes i still get the empty workspace. But furthermore, my newly created ecore generation command randomly disappears from the quick-access-bar (F1) and then after some time is shown again, which is more of a problem then the empty workspace. This is also the case with all other browsers. These 'bugs' all started when the warnings started to show. |
Beta Was this translation helpful? Give feedback.
-
I currently have some problems running the ecore-glsp code. When i run yarn watch in the browser-app i get a lot of 'WARNING in Circular dependency detected:' warnings, once localhost:3000 is opened. This leads to some strange behavior as sometimes commands in the quick access bar disappear and most noticable my workspace is not shown on the left, even if i have one opened. The windows where all the files are usually shown is just empty.
These warnings appeared about 2 days ago and i did not make any changes at that time. I set up the project again from scratch and tried it with different branches (including the master) but none have worked. However the problem with the workspace is solved when using another browser, but the warnings stay the same.
Is there something wrong with my local build and do you have any idea on how i could fix it?
Thanks in advance
original thread by simongraband
Beta Was this translation helpful? Give feedback.
All reactions