mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Update apiWrapper.ts (#7132)
remove the usage of workspace.rootPath, this is not being used.
This commit is contained in:
@@ -52,8 +52,4 @@ export class ApiWrapper {
|
|||||||
public showErrorMessage(message: string, ...items: string[]): Thenable<string | undefined> {
|
public showErrorMessage(message: string, ...items: string[]): Thenable<string | undefined> {
|
||||||
return vscode.window.showErrorMessage(message, ...items);
|
return vscode.window.showErrorMessage(message, ...items);
|
||||||
}
|
}
|
||||||
|
|
||||||
public get workspaceRootPath(): string {
|
|
||||||
return vscode.workspace.rootPath;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user