-
Notifications
You must be signed in to change notification settings - Fork 39
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
Only one workspace across multiple projects #260
Comments
Perhaps I should give more context to my issue. Recently I have been encountering the following error message whenever I open one of my projects.
The issue goes away if I clear the workspace with
At the bottom of the stack is a complaint for a tree element not found where the name of the element is from another of my project. This leads me to suspect that the workspace are shared across all my projects. Please let me know what I should do further to debug this issue. Thanks. |
I also encountered similar problems. |
Workspace folders are resolved from opened files, see |
Hi,
Recently I noticed that only one workspace is opened for all my projects. I can see that I had different workspace before, and I am not sure when this issue starts. From the server log obtained with
CocCommand java.open.serverLog
. I got the following message:That is, it is directing to the workspace directory jdt_ws which is the same for all my projects. I think previously I have seen other directories with project names appended after jdt_ws.
I don't think I did anything special. Here is my coc-settings.json
What did I do wrong?
The text was updated successfully, but these errors were encountered: