This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git

commit 20be5f8ee20e070fc25e799ca495d16521e56f8f
Merge: 6269e3011ab a072a35e62a
Author: Matthias Bläsing <[email protected]>
AuthorDate: Sat Mar 7 16:50:17 2026 +0100

    Merge pull request #9238 from matthiasblaesing/lsp-languageid-resolver
    
    Enhance LSP client to support configuring language ID and add support for 
Typescript React

 ide/lsp.client/apichanges.xml                      |  28 +++
 .../netbeans/modules/lsp/client/LSPBindings.java   |  21 +-
 .../lsp/client/LanguageServerProviderAccessor.java |   2 +
 .../TextDocumentSyncServerCapabilityHandler.java   |   9 +-
 .../modules/lsp/client/options/Bundle.properties   |   2 +
 .../lsp/client/options/GenericLanguageServer.java  |  14 +-
 .../client/options/LanguageDescriptionPanel.form   | 224 ++++++++++---------
 .../client/options/LanguageDescriptionPanel.java   | 240 ++++++++++++++-------
 .../lsp/client/options/LanguageServersPanel.java   |   2 +-
 .../lsp/client/options/LanguageStorage.java        |   8 +-
 .../modules/lsp/client/spi/LanguageIdResolver.java |  43 ++++
 .../lsp/client/spi/LanguageServerProvider.java     |  35 ++-
 .../lsp/client/options/LanguageStorageTest.java    |   4 +-
 .../editor/TypeScriptDataObjectDataObject.java     |   2 +-
 .../modules/typescript/editor/TypeScriptLSP.java   |  17 +-
 15 files changed, 458 insertions(+), 193 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

Reply via email to