update typing file (#15518)

This commit is contained in:
Alan Ren
2021-05-19 13:04:26 -07:00
committed by GitHub
parent d36918081a
commit 2e9555f24a

6
src/sql/azdata.d.ts vendored
View File

@@ -220,7 +220,7 @@ declare module 'azdata' {
* Register a connection event listener
* @param listener The connection event listener
*/
export function registerConnectionEventListener(listener: connection.ConnectionEventListener): vscode.Disposable;
export function registerConnectionEventListener(listener: ConnectionEventListener): vscode.Disposable;
/**
* Get connection profile by its owner uri
@@ -3289,8 +3289,8 @@ declare module 'azdata' {
*/
readOnly?: boolean;
/**
* This title will show when hovered over
*/
* This title will show when hovered over
*/
title?: string;
}