Skip to content

I don't understand the coffee demo initialization sequence. #78

Discussion options

You must be logged in to vote

HI @GaryKopp(garykopp) ,
so the initialization happens just as you describe it, yarn start executes the command defined in package.json -> scripts -> start which is theia start ...
theia is the theia.js that you found.
The error you see can only happen if you changed something on how the workspace is set. Without knowing what you changed it is hard to give you more precise pointers. But I would start by checking changes which modify how the path of the file to use is calculated. As you have the same error multiple times, I would check also calls to the workspace provider.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by planger
Comment options

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