This is an automated email from the ASF dual-hosted git repository.
jhorvath pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from aacd46b8fe Merge pull request #8033 from
jhorvath/hide-keybindings-in-nbls
add c0b7c75e8d Create new output channel for every LspIO
new d2443508f0 Merge pull request #8000 from apache/vscode-named-output
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../lsp/server/protocol/NbCodeClientWrapper.java | 21 ++++
.../lsp/server/protocol/NbCodeLanguageClient.java | 12 +++
.../{Workspace.java => OutputMessage.java} | 20 ++--
.../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, 278 insertions(+), 13 deletions(-)
copy
java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/protocol/{Workspace.java
=> OutputMessage.java} (73%)
---------------------------------------------------------------------
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