mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
fix focus order (#12233)
This commit is contained in:
@@ -115,8 +115,8 @@ export class ProjectsController {
|
|||||||
|
|
||||||
public async focusProject(project?: Project): Promise<void> {
|
public async focusProject(project?: Project): Promise<void> {
|
||||||
if (project && this.projects.includes(project)) {
|
if (project && this.projects.includes(project)) {
|
||||||
await vscode.commands.executeCommand(constants.sqlDatabaseProjectsViewFocusCommand);
|
|
||||||
await this.projectTreeViewProvider.focus(project);
|
await this.projectTreeViewProvider.focus(project);
|
||||||
|
await vscode.commands.executeCommand(constants.sqlDatabaseProjectsViewFocusCommand);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user