We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06fdb2 commit c325ee4Copy full SHA for c325ee4
src/project/indexer.js
@@ -88,7 +88,7 @@ export default class ProjectIndexer {
88
withProgress(value.toString().trim());
89
if (this.options.api.logOutputChannel) {
90
this.options.api.logOutputChannel.append(value.toString());
91
- if (isError || value.toString().includes('Manager: Installing')) {
+ if (isError) {
92
this.options.api.logOutputChannel.show();
93
}
94
if (isError) {
0 commit comments