mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Enable no-unsafe-assignments for MSSQL (#23407)
* Enable no-unsafe-assignments for MSSQL * Remove toString
This commit is contained in:
@@ -60,6 +60,7 @@ export default class ContextProvider {
|
||||
}
|
||||
|
||||
dispose(): void {
|
||||
this._disposables = this._disposables.map(i => i.dispose());
|
||||
this._disposables.forEach(i => i.dispose());
|
||||
this._disposables = [];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user