mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-04 09:35:38 -05:00
Potentially fixes the test percentage (#11974)
* Potentially fixes the test percentage * PR feedback
This commit is contained in:
@@ -16,7 +16,7 @@ export default abstract class ControllerBase implements vscode.Disposable {
|
||||
return this._context;
|
||||
}
|
||||
|
||||
abstract activate(): Promise<boolean>;
|
||||
abstract activate(): Promise<void>;
|
||||
|
||||
abstract deactivate(): void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user