JaroslavTulach opened a new pull request #3308:
URL: https://github.com/apache/netbeans/pull/3308


   Some users of VSNetBeans complained that _Language server in VSCode is 
mixing contents from different workspaces._
   
   > Sometimes I work with two checkouts of our repos, e.g. one on a brach that 
I'm currently actively working on, 
   > and a second one to produce quick fixes, or to babysit a merge.
   >
   > If I open both workspaces at the same time, then the language server seems 
to mix up the symbols from 
   > the two workspaces.
   >
   > ... searching for a class finds two copies. The second one (located in 
`src/...`) is the correct one from this workspace. 
   > The first one (located in `~/git/.../...`) is from another workspace. In 
the second workspace it's the other way round 
   > (i.e. the first one is correct and shows a project name, the second one 
shows a full path and is from the other workspace).
   > 
   > Closing the other workspace does not fix the issue, but restarting vscode 
does.
   
   This PR offers the user to choose between _global_ and _local_ workspace. By 
using _local_ one gets new instance of the NetBeans Language server backend per 
each workspace.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to