We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d8591 commit 396a7d2Copy full SHA for 396a7d2
io.sloeber.core/src/io/sloeber/core/Activator.java
@@ -194,6 +194,7 @@ private static boolean installPathToLong() {
194
}
195
196
private static void registerListeners() {
197
+ System.out.println("Indexer starting");
198
IndexerListener myindexerListener = new IndexerListener();
199
CCorePlugin.getIndexManager().addIndexChangeListener(myindexerListener);
200
CCorePlugin.getIndexManager().addIndexerStateListener(myindexerListener);
0 commit comments