apache / netbeans

Apache NetBeans
https://netbeans.apache.org/
Apache License 2.0
2.63k stars 840 forks source link

Extend GET_PROJECT_INFO command with java settings or provide an additional command #7557

Open petrovic-d opened 2 months ago

petrovic-d commented 2 months ago

Description

Extend GET_PROJECT_INFO command (or provide an additional command) with java settings -- the source/target/release info is already internally available from maven/gradle parsing itself just not exported to LS protocol.

Use case/motivation

This code will need to be updated when new command becomes available or existing one extended

Related issues

No response

Are you willing to submit a pull request?

No