mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
Update connectionProvider.ts (#16849)
This commit is contained in:
@@ -8,7 +8,8 @@ import * as vscode from 'vscode';
|
||||
export const ProviderId: string = 'TESTPROVIDER';
|
||||
|
||||
/**
|
||||
* This class implements the ConnectionProvider interface that allows users to connect to the data services, this will be used by various features in ADS, e.g. connection dialog and query editor.
|
||||
* This class implements the ConnectionProvider interface that allows users to connect to the data services.
|
||||
* This will be used by various features in ADS, e.g. connection dialog and query editor.
|
||||
*/
|
||||
export class ConnectionProvider implements azdata.ConnectionProvider {
|
||||
private onConnectionCompleteEmitter: vscode.EventEmitter<azdata.ConnectionInfoSummary> = new vscode.EventEmitter();
|
||||
|
||||
Reference in New Issue
Block a user