mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-30 17:23:29 -05:00
ML extension - Improving predict parameter mapping experience (#10264)
This commit is contained in:
@@ -110,6 +110,10 @@ export class ApiWrapper {
|
||||
return azdata.connection.listDatabases(connectionId);
|
||||
}
|
||||
|
||||
public getServerInfo(connectionId: string): Thenable<azdata.ServerInfo> {
|
||||
return azdata.connection.getServerInfo(connectionId);
|
||||
}
|
||||
|
||||
public openTextDocument(options?: { language?: string; content?: string; }): Thenable<vscode.TextDocument> {
|
||||
return vscode.workspace.openTextDocument(options);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user