You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/09/07 09:36:31 UTC

[GitHub] [netbeans] sdedic opened a new pull request, #4595: Project info exported through LSP

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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] sdedic merged pull request #4595: Project info exported through LSP

Posted by GitBox <gi...@apache.org>.
sdedic merged PR #4595:
URL: https://github.com/apache/netbeans/pull/4595


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] sdedic commented on pull request #4595: Project info exported through LSP

Posted by GitBox <gi...@apache.org>.
sdedic commented on PR #4595:
URL: https://github.com/apache/netbeans/pull/4595#issuecomment-1239152698

   Note the `LspProjectInfo.projectType` will not be filled until #4594 is merged. 
   
   For Gradle projects, Micronaut GCN wizard generates multi-project that is not recognized by current Gradle module - #4594 should fix that as well. In the meantime, use empty `build.gradle` to fool the project factory.


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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