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

sdedic 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 742a8c0  Disable client-side projects and nodejs support.
     new 1174d5b  Merge pull request #3384 from 
sdedic/vscode/disable-html-project
742a8c0 is described below

commit 742a8c0aab3e59788c8bef1c1dc0d6257b2e4eac
Author: Svata Dedic <[email protected]>
AuthorDate: Mon Dec 20 17:56:32 2021 +0100

    Disable client-side projects and nodejs support.
---
 java/java.lsp.server/nbcode/nbproject/platform.properties | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/java/java.lsp.server/nbcode/nbproject/platform.properties 
b/java/java.lsp.server/nbcode/nbproject/platform.properties
index b079f8f..97bbcc0 100644
--- a/java/java.lsp.server/nbcode/nbproject/platform.properties
+++ b/java/java.lsp.server/nbcode/nbproject/platform.properties
@@ -127,6 +127,7 @@ disabled.modules=\
     org.netbeans.modules.debugger.jpda.js,\
     org.netbeans.modules.debugger.jpda.jsui,\
     org.netbeans.modules.debugger.jpda.kit,\
+    org.netbeans.modules.debugger.jpda.trufflenode,\
     org.netbeans.modules.debugger.jpda.visual,\
     org.netbeans.modules.derby,\
     org.netbeans.modules.dlight.nativeexecution.nb,\
@@ -204,6 +205,7 @@ disabled.modules=\
     org.netbeans.modules.javascript.gulp,\
     org.netbeans.modules.javascript.jstestdriver,\
     org.netbeans.modules.javascript.karma,\
+    org.netbeans.modules.javascript.nodejs,\
     org.netbeans.modules.javascript.v8debug.ui,\
     org.netbeans.modules.javascript2.debug.ui,\
     org.netbeans.modules.javascript2.extdoc,\
@@ -214,6 +216,7 @@ disabled.modules=\
     org.netbeans.modules.javascript2.jsdoc,\
     org.netbeans.modules.javascript2.kit,\
     org.netbeans.modules.javascript2.knockout,\
+    org.netbeans.modules.javascript2.nodejs,\
     org.netbeans.modules.javascript2.prototypejs,\
     org.netbeans.modules.javascript2.react,\
     org.netbeans.modules.javascript2.requirejs,\
@@ -297,6 +300,8 @@ disabled.modules=\
     org.netbeans.modules.versioning.ui,\
     org.netbeans.modules.versioning.util,\
     org.netbeans.modules.web.client.kit,\
+    org.netbeans.modules.web.clientproject,\
+    org.netbeans.modules.web.clientproject.api,\
     org.netbeans.modules.web.client.samples,\
     org.netbeans.modules.web.inspect,\
     org.netbeans.modules.web.javascript.debugger,\

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

Reply via email to