Skip to content

Commit

Permalink
call enableFullFeatureSet after source directory is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-zhang-mchp committed Dec 9, 2024
1 parent 116af01 commit 5b6ca47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/projectController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,10 @@ export class ProjectController implements vscode.Disposable {
// to referesh it.
void vscode.commands.executeCommand('cmake.statusbar.update');
}

if (ext.extensionManager) {
await ext.enableFullFeatureSet(ext.extensionManager.workspaceHasAtLeastOneProject());
}
}
}

Expand Down

0 comments on commit 5b6ca47

Please # to comment.