You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by db...@apache.org on 2021/04/01 18:55:24 UTC

[netbeans] branch master updated (5273a10 -> 4fc2907)

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

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


    from 5273a10  Merge pull request #2700 from lbruun/netbeans-1428-profiler-step1
     add 4fc2907  LSP: Test Explorer essential fixes (#2851)

No new revisions were added by this update.

Summary of changes:
 .../editor/java/JavaCompletionCollector.java       | 34 +++++----
 .../server/debugging/launch/NbLaunchDelegate.java  | 51 +++++++++++--
 .../debugging/launch/NbLaunchRequestHandler.java   |  2 +-
 .../lsp/server/progress/TestProgressHandler.java   | 66 +++++++++++++----
 .../server/protocol/TextDocumentServiceImpl.java   | 81 +++++++++++----------
 .../lsp/server/protocol/WorkspaceServiceImpl.java  | 83 ++++++++++++++--------
 .../server/progress/TestProgressHandlerTest.java   |  4 +-
 java/java.lsp.server/vscode/src/extension.ts       |  7 +-
 java/java.lsp.server/vscode/src/protocol.ts        |  4 +-
 java/java.lsp.server/vscode/src/testAdapter.ts     | 18 ++---
 .../netbeans/modules/progress/spi/Controller.java  |  4 ++
 .../modules/progress/spi/ProgressEvent.java        |  4 ++
 12 files changed, 240 insertions(+), 118 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists