mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-27 17:23:21 -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> {
|
||||
return vscode.window.showErrorMessage(message, ...items);
|
||||
}
|
||||
|
||||
public get workspaceRootPath(): string {
|
||||
return vscode.workspace.rootPath;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user