mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 01:25:36 -05:00
This reverts commit c4df7667ff.
This commit is contained in:
7
src/sql/sqlops.d.ts
vendored
7
src/sql/sqlops.d.ts
vendored
@@ -87,11 +87,6 @@ declare module 'sqlops' {
|
||||
*/
|
||||
export function getActiveConnections(): Thenable<Connection[]>;
|
||||
|
||||
/**
|
||||
* Get connection string
|
||||
*/
|
||||
export function getConnectionString(connectionId: string, includePassword: boolean): Thenable<string>;
|
||||
|
||||
/**
|
||||
* Get the credentials for an active connection
|
||||
* @param {string} connectionId The id of the connection
|
||||
@@ -327,8 +322,6 @@ declare module 'sqlops' {
|
||||
|
||||
rebuildIntelliSenseCache(connectionUri: string): Thenable<void>;
|
||||
|
||||
getConnectionString(connectionUri: string, includePassword: boolean): Thenable<string> ;
|
||||
|
||||
registerOnConnectionComplete(handler: (connSummary: ConnectionInfoSummary) => any): void;
|
||||
|
||||
registerOnIntelliSenseCacheComplete(handler: (connectionUri: string) => any): void;
|
||||
|
||||
Reference in New Issue
Block a user