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 a903b0c734 Remove debugging debris preventing extension start.
new 323db3eea4 Merge pull request #6928 from
sdedic/nbcode/hotfix-debug-leftover
a903b0c734 is described below
commit a903b0c734d0a8025e3fe3c0d4a03cc1f9353c69
Author: Svata Dedic <[email protected]>
AuthorDate: Mon Jan 8 11:55:08 2024 +0100
Remove debugging debris preventing extension start.
---
java/java.lsp.server/vscode/src/extension.ts | 2 --
1 file changed, 2 deletions(-)
diff --git a/java/java.lsp.server/vscode/src/extension.ts
b/java/java.lsp.server/vscode/src/extension.ts
index 0ac04c0f89..841a95c070 100644
--- a/java/java.lsp.server/vscode/src/extension.ts
+++ b/java/java.lsp.server/vscode/src/extension.ts
@@ -61,7 +61,6 @@ import { TLSSocket } from 'tls';
import { InputStep, MultiStepInput } from './utils';
import { env } from 'process';
import { PropertiesView } from './propertiesView/propertiesView';
-import { dumpJava } from './test/suite/testutils';
const API_VERSION : string = "1.0";
export const COMMAND_PREFIX : string = "nbls";
@@ -291,7 +290,6 @@ function wrapCommandWithProgress(lsCommand : string, title
: string, log? : vsco
if (res) {
resolve(res);
} else {
- dumpJava();
if (log) {
handleLog(log, `Command ${lsCommand} takes too
long to start`);
}
---------------------------------------------------------------------
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