Use the jdt.ls.debug property to control whether to print builder verbose log (#1394)
This commit is contained in:
Родитель
e448d4703b
Коммит
1373d726c5
|
@ -47,7 +47,7 @@ char[][] extraResourceFileFilters;
|
|||
String[] extraResourceFolderFilters;
|
||||
public static final String SOURCE_ID = "JDT"; //$NON-NLS-1$
|
||||
|
||||
public static boolean DEBUG = true;
|
||||
public static boolean DEBUG = Boolean.getBoolean("jdt.ls.debug");
|
||||
public static boolean SHOW_STATS = false;
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче