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

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


    from 53dfbbe  Merge pull request #2550 from 
KacerCZ/netbeans-5048-cancel-find-usages
     new 234392d  Use ant -f java/java.lsp.server test-vscode-ext to execute 
integration tests for VSNetBeans
     new 9237045  Wait for LanguageClient to get started before running 
java.compile.workspace command
     new 1c7145c  Wait for build to be over before completing actions's 
CompletableFuture
     new eb4ee48  Merge pull request #2549 from JaroslavTulach/TestVSCode

The 4669 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:
 .gitignore                                         |   1 +
 .travis.yml                                        |   3 +-
 java/java.lsp.server/build.xml                     |  12 ++
 .../lsp/server/protocol/WorkspaceServiceImpl.java  |  42 ++++++-
 java/java.lsp.server/vscode/.vscode/launch.json    |   3 +-
 java/java.lsp.server/vscode/BUILD.md               |  24 +++-
 java/java.lsp.server/vscode/package.json           |   5 +-
 java/java.lsp.server/vscode/src/extension.ts       | 128 +++++++++++++--------
 java/java.lsp.server/vscode/src/test/runTest.ts    |  47 +++++---
 .../vscode/src/test/suite/extension.test.ts        | 127 +++++++++++++++++++-
 .../java.lsp.server/vscode/src/test/suite/index.ts |  45 ++++----
 java/java.lsp.server/vscode/src/test/ws/empty.ts   |   2 +
 12 files changed, 340 insertions(+), 99 deletions(-)
 create mode 100644 java/java.lsp.server/vscode/src/test/ws/empty.ts


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

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

Reply via email to