We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e7fdc commit e9f8b3fCopy full SHA for e9f8b3f
src/views/dependencyDataProvider.ts
@@ -184,7 +184,6 @@ export class DependencyDataProvider implements TreeDataProvider<ExplorerNode> {
184
const hasJavaError: boolean = await Jdtls.checkImportStatus();
185
if (hasJavaError) {
186
contextManager.setContextValue(Context.IMPORT_FAILED, true);
187
- return [];
188
}
189
190
const rootItems: ExplorerNode[] = [];
0 commit comments