mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 09:35:36 -05:00
Adds build connection info feature (#2192)
* connection string * formatting * change serailize reponse type to match connect params * add connection string serialization * readd the connection string to the connection widget * format * remove unnecessary change * update serializer to require provider * update name of function * fix function name * bump dataprotocol and sqltools * revert unnecessary change * remove more unnecessary chagnes * bump sqltoolsserivce * adde configuration for auto parsing the clipboard
This commit is contained in:
committed by
Karl Burtram
parent
21c4429c6e
commit
033c8cb8b1
4
src/sql/sqlops.d.ts
vendored
4
src/sql/sqlops.d.ts
vendored
@@ -327,7 +327,9 @@ declare module 'sqlops' {
|
||||
|
||||
rebuildIntelliSenseCache(connectionUri: string): Thenable<void>;
|
||||
|
||||
getConnectionString(connectionUri: string, includePassword: boolean): Thenable<string> ;
|
||||
getConnectionString(connectionUri: string, includePassword: boolean): Thenable<string>;
|
||||
|
||||
buildConnectionInfo?(connectionString: string): Thenable<ConnectionInfo>;
|
||||
|
||||
registerOnConnectionComplete(handler: (connSummary: ConnectionInfoSummary) => any): void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user