mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-10 10:12:34 -05:00
fix for history reload upon target change and filter out unsupported … (#13205)
* fix for history reload upon target change and filter out unsupported asmt messages
This commit is contained in:
@@ -31,7 +31,6 @@ export default class MainController {
|
||||
}
|
||||
|
||||
public async activate(): Promise<boolean> {
|
||||
|
||||
this.sqlAssessment = ((await vscode.extensions.getExtension(mssql.extension.name)?.activate() as mssql.IExtension)).sqlAssessment;
|
||||
this.engine = new AssessmentEngine(this.sqlAssessment);
|
||||
this.registerModelViewProvider();
|
||||
|
||||
Reference in New Issue
Block a user