This is an automated email from the ASF dual-hosted git repository.
thurka pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new 6a7053ecf5 upgrade vsce to @vscode/vsce version 2.19
new 4447e51670 Merge pull request #6009 from thurka/GCN-2645
6a7053ecf5 is described below
commit 6a7053ecf518e2e388ac7e6fc4d67e56ee851672
Author: Tomas Hurka <[email protected]>
AuthorDate: Thu Jun 1 16:54:08 2023 +0200
upgrade vsce to @vscode/vsce version 2.19
---
java/java.lsp.server/build.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/java/java.lsp.server/build.xml b/java/java.lsp.server/build.xml
index a2908d77ee..51051fb631 100644
--- a/java/java.lsp.server/build.xml
+++ b/java/java.lsp.server/build.xml
@@ -108,9 +108,9 @@
<exec executable="npm" failonerror="true" dir="${build.dir}/vsce">
<arg value="install" />
<arg value="--save" />
- <arg value="[email protected]" />
+ <arg value="@vscode/[email protected]" />
</exec>
- <exec executable="${build.dir}/vsce/node_modules/vsce/vsce"
failonerror="true" dir="${basedir}/vscode">
+ <exec executable="${build.dir}/vsce/node_modules/@vscode/vsce/vsce"
failonerror="true" dir="${basedir}/vscode">
<arg value="package" />
<arg value="--baseImagesUrl" />
<arg
value="https://github.com/apache/netbeans/raw/${metabuild.hash}/java/java.lsp.server/vscode"
/>
---------------------------------------------------------------------
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