entlicher commented on a change in pull request #3384:
URL: https://github.com/apache/netbeans/pull/3384#discussion_r773017520



##########
File path: 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,\

Review comment:
       The `jpda.trufflenode` binds to the node.js support in NetBeans. As it 
does not make sense to use an old node.js support from NetBeans in VSCode, it's 
fine to remove it.
   We would need to invent a different approach in VSCode how to execute 
debugger for node.js projects via Truffle on GraalVM to connect node.js & Java 
debugging.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



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