mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
More MSSQL strict null (#22420)
This commit is contained in:
@@ -136,5 +136,9 @@ export class ErrorDiagnosticsProvider extends SqlOpsFeature<any> {
|
||||
super(client, ErrorDiagnosticsProvider.messagesTypes);
|
||||
}
|
||||
|
||||
protected registerProvider(options: any): Disposable { return undefined; }
|
||||
protected registerProvider(options: any): Disposable {
|
||||
return {
|
||||
dispose: () => { }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user