sdedic opened a new pull request #2930: URL: https://github.com/apache/netbeans/pull/2930
LSP server sometimes produces very funny messages. Because of indexing features and project contents, we need to "open" the projects and perhaps prime them (so subprojects are read etc), but that happens 'behind the scenes' for the user - the user only knows he's working with a file. So a message "file belongs A to a project B" appears. But: - if the `FileObject` passed to the asyncOpen() is the project itself, the message was very informative: "File /foo/bar/projectX belongs to project projectX...". - the full path to file can be VERY long -- 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. 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
