This is an automated email from the ASF dual-hosted git repository. jhorvath pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit d2443508f08c0bceef5d5160845d25fb98eab405 Merge: aacd46b8fe c0b7c75e8d Author: jhorvath <[email protected]> AuthorDate: Wed Dec 11 09:49:41 2024 +0100 Merge pull request #8000 from apache/vscode-named-output Create new output channel for every LspIO .../lsp/server/protocol/NbCodeClientWrapper.java | 21 ++++ .../lsp/server/protocol/NbCodeLanguageClient.java | 12 +++ .../java/lsp/server/protocol/OutputMessage.java | 37 +++++++ .../modules/java/lsp/server/protocol/Server.java | 24 +++++ .../server/ui/AbstractLspInputOutputProvider.java | 30 ++++-- .../java/lsp/server/TestCodeLanguageClient.java | 22 ++++ .../java/lsp/server/explorer/ProjectViewTest.java | 21 ++++ java/java.lsp.server/vscode/src/extension.ts | 119 ++++++++++++++++++++- java/java.lsp.server/vscode/src/protocol.ts | 22 ++++ 9 files changed, 301 insertions(+), 7 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
