Skip to content

Commit

Permalink
removed unnecessary async
Browse files Browse the repository at this point in the history
  • Loading branch information
snehara99 committed Oct 25, 2023
1 parent 84ee6f3 commit 6ccc538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1472,7 +1472,7 @@ export class ExtensionManager implements vscode.Disposable {
void vscode.commands.executeCommand('workbench.action.reloadWindow');
}

async openSettings() {
openSettings() {
void vscode.commands.executeCommand('workbench.action.openSettings', '@ext:ms-vscode.cmake-tools');
}

Expand Down

0 comments on commit 6ccc538

Please sign in to comment.