sdedic opened a new pull request, #4595:
URL: https://github.com/apache/netbeans/pull/4595
LSP client may need some project structure information. This PR exposes
basic info on a project on the LSP protocol.
```
nbls.project.info(locations : String | String[], options? : {
projectStructure? : boolean; actions? : boolean; recursive? : boolean }) :
LspProjectInfo[]
```
The command accepts one or more locations as URIs (vscode.Uri.toString() for
example); it will return, for each input parameter, a structure that describes
the project and its direct children (if requested). If `recursive` is true,
additional entries will be provided for each identified child project,
recursively.
--
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