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 c17b9e5 commit eff3355Copy full SHA for eff3355
src/project/observer.js
@@ -51,7 +51,7 @@ export default class ProjectObserver {
51
52
activate() {
53
console.info('Activating project', this.projectDir);
54
- this.requestRebuild();
+ this.rebuildIndex();
55
}
56
57
deactivate() {
0 commit comments