mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 09:35:38 -05:00
Enable no-floating-promises for data-workspace (#16958)
This commit is contained in:
@@ -22,7 +22,7 @@ export class DataWorkspaceExtension implements IExtension {
|
||||
}
|
||||
|
||||
showProjectsView(): void {
|
||||
vscode.commands.executeCommand('dataworkspace.views.main.focus');
|
||||
void vscode.commands.executeCommand('dataworkspace.views.main.focus');
|
||||
}
|
||||
|
||||
get defaultProjectSaveLocation(): vscode.Uri | undefined {
|
||||
|
||||
Reference in New Issue
Block a user