This is an automated email from the ASF dual-hosted git repository. sdedic pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit 9b7ce89ea18fd56267e6661dad2bd25f32cc7845 Merge: a4cdfccfd6 1c980f710f Author: Svatopluk Dedic <[email protected]> AuthorDate: Fri Jul 19 09:24:20 2024 +0200 Merge pull request #7497 from sdedic/sdedic/project-platform-setting Support for project JDK settings. .../nbcode/integration/nbproject/project.xml | 9 ++ .../LspJavaPlatformProviderOverride.java | 31 ++++++ java/java.lsp.server/nbproject/project.xml | 15 ++- .../modules/java/lsp/server/protocol/Server.java | 13 +++ .../server/protocol/TextDocumentServiceImpl.java | 10 ++ .../lsp/server/protocol/WorkspaceServiceImpl.java | 2 + .../ui/AbstractJavaPlatformProviderOverride.java | 122 +++++++++++++++++++++ java/java.lsp.server/vscode/package.json | 13 ++- java/java.lsp.server/vscode/src/extension.ts | 12 +- java/java.lsp.server/vscode/src/jdk/settings.ts | 14 ++- .../vscode/src/jdk/validation/validation.ts | 20 +++- 11 files changed, 245 insertions(+), 16 deletions(-) --------------------------------------------------------------------- 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
