dbalek commented on a change in pull request #2698:
URL: https://github.com/apache/netbeans/pull/2698#discussion_r562469069
##########
File path: java/java.lsp.server/vscode/src/extension.ts
##########
@@ -66,7 +67,7 @@ export function enableConsoleLog() {
}
export function findClusters(myPath : string): string[] {
Review comment:
Fixed.
##########
File path: java/java.lsp.server/vscode/src/extension.ts
##########
@@ -156,6 +157,13 @@ export function activate(context: ExtensionContext):
VSNetBeansAPI {
// find acceptable JDK and launch the Java part
findJDK((specifiedJDK) => {
+ context.subscriptions.push(vscode.extensions.onDidChange(() => {
+ const currentClustersSorted = currentClusters.slice().sort();
Review comment:
Fixed.
----------------------------------------------------------------
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.
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