dbalek commented on a change in pull request #3323:
URL: https://github.com/apache/netbeans/pull/3323#discussion_r757302412
##########
File path: java/java.lsp.server/vscode/src/protocol.ts
##########
@@ -19,11 +19,14 @@
'use strict';
import * as vscode from 'vscode';
+
import {
ProtocolNotificationType,
ProtocolRequestType,
+ RequestType,
Review comment:
Is the import used?
##########
File path: java/java.lsp.server/vscode/package.json
##########
@@ -440,6 +452,14 @@
"command": "graalvm.pause.script",
"when": "nbJavaLSReady"
}
+ ],
+ "view/title": [
Review comment:
Empty array?
--
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