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

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


    from 26e6ce8  Merge pull request #2311 from apache/master
     add 47460a8  Don't play with UI when in headless mode
     add c62f79a  Not all InputOutput implementations support folding
     add 38427d8  Truffle debugger doesn't strictly need java.kit. Let's just 
recommend it.
     add 7c546b2  Use Packages object only when available. E.g. not on GraalVM
     add bbee0e9  Make sure mvn is executable
     add fa22d9c  Launch the nb-java-lsp-server application first and only then 
connect to it with an LSP client
     add 1c2668a  Setup regular VSCode project, so one can open it and debug 
its TypeScript parts from VSCode
     add 2413e8b  VSCode project JSON files are Apache licensed
     add a29b965  Adding esprima and has licenses to VSCode extension
     add 04597fc  Merge pull request #2309 from 
JaroslavTulach/jtulach/LspInspired
     add fbe80af  [NETBEANS-4620] NullPointerException - finding occurrences
     add 412cee3  Merge pull request #2325 from junichi11/netbeans-4620
     add 9d8ed6b  [NETBEANS-3428] FlatLaf: fix selection background color in 
output view
     add c855105  Merge pull request #2327 from 
DevCharly/flatlaf-output-selection-fix
     add e526730  [NETBEANS-4627] FlatLaf: fix wrong background color of search 
result table in Find Tasks Editor
     add 35c4357  Merge pull request #2326 from 
DevCharly/flatlaf-tasks-background-fix
     new cade258  Merge pull request #2330 from apache/master

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:
 .../editor/search/SearchComboBoxEditor.java        |   21 +-
 .../debugger/ui/DebuggerManagerListener.java       |    5 +
 java/debugger.jpda.truffle/manifest.mf             |    1 +
 java/debugger.jpda.truffle/nbproject/project.xml   |    6 -
 java/java.lsp.server/build.xml                     |    1 +
 java/java.lsp.server/licenseinfo.xml               |    9 +
 .../script/etc/nb-java-lsp-server.conf             |    2 +-
 java/java.lsp.server/vscode/.eslintrc.json         |   19 +
 .../java.lsp.server/vscode/.vscode/extensions.json |    7 +
 java/java.lsp.server/vscode/.vscode/launch.json    |   36 +
 java/java.lsp.server/vscode/.vscode/settings.json  |   11 +
 java/java.lsp.server/vscode/.vscode/tasks.json     |   20 +
 java/java.lsp.server/vscode/.vscodeignore          |   10 +
 java/java.lsp.server/vscode/README.md              |   50 +-
 java/java.lsp.server/vscode/package-lock.json      | 1160 +++++++++++++-------
 java/java.lsp.server/vscode/package.json           |   60 +-
 java/java.lsp.server/vscode/src/extension.ts       |  148 ++-
 java/java.lsp.server/vscode/src/test/runTest.ts    |   23 +
 .../vscode/src/test/suite/extension.test.ts        |   15 +
 .../java.lsp.server/vscode/src/test/suite/index.ts |   38 +
 java/java.lsp.server/vscode/tsconfig.json          |   21 +-
 .../modules/maven/api/execute/RunUtils.java        |   45 +-
 .../maven/execute/cmd/ExecutionEventObject.java    |   33 +-
 nbbuild/build.xml                                  |   17 +-
 .../netbeans/prepare/bundles/PrepareBundles.java   |   21 +-
 .../prepare/bundles/esprima-4.0.1-license}         |    0
 .../org/netbeans/prepare/bundles/has-1.0.3-license |   22 +
 .../core/windows/services/DialogDisplayerImpl.java |    3 +
 .../swing/laf/flatlaf/FlatDarkLaf.properties       |    2 +-
 .../swing/laf/flatlaf/FlatLightLaf.properties      |    3 +
 30 files changed, 1262 insertions(+), 547 deletions(-)
 create mode 100644 java/java.lsp.server/vscode/.eslintrc.json
 create mode 100644 java/java.lsp.server/vscode/.vscode/extensions.json
 create mode 100644 java/java.lsp.server/vscode/.vscode/launch.json
 create mode 100644 java/java.lsp.server/vscode/.vscode/settings.json
 create mode 100644 java/java.lsp.server/vscode/.vscode/tasks.json
 create mode 100644 java/java.lsp.server/vscode/.vscodeignore
 create mode 100644 java/java.lsp.server/vscode/src/test/runTest.ts
 create mode 100644 java/java.lsp.server/vscode/src/test/suite/extension.test.ts
 create mode 100644 java/java.lsp.server/vscode/src/test/suite/index.ts
 copy nbbuild/{licenses/BSD-jsfoundation => 
misc/prepare-bundles/src/main/resources/org/netbeans/prepare/bundles/esprima-4.0.1-license}
 (100%)
 create mode 100644 
nbbuild/misc/prepare-bundles/src/main/resources/org/netbeans/prepare/bundles/has-1.0.3-license


---------------------------------------------------------------------
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