mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 01:25:36 -05:00
Merge from vscode merge-base (#22780)
* Revert "Revert "Merge from vscode merge-base (#22769)" (#22779)"
This reverts commit 47a1745180.
* Fix notebook download task
* Remove done call from extensions-ci
This commit is contained in:
6
src/sql/azdata.proposed.d.ts
vendored
6
src/sql/azdata.proposed.d.ts
vendored
@@ -679,13 +679,13 @@ declare module 'azdata' {
|
||||
|
||||
/**
|
||||
* Enters the workspace with the provided path
|
||||
* @param workspacefile
|
||||
* @param workspaceFile
|
||||
*/
|
||||
export function enterWorkspace(workspaceFile: vscode.Uri): Promise<void>;
|
||||
|
||||
/**
|
||||
* Saves and enters the workspace with the provided path
|
||||
* @param workspacefile
|
||||
* @param workspaceFile
|
||||
*/
|
||||
export function saveAndEnterWorkspace(workspaceFile: vscode.Uri): Promise<void>;
|
||||
}
|
||||
@@ -848,7 +848,7 @@ declare module 'azdata' {
|
||||
* Open a table designer window.
|
||||
* @param providerId The table designer provider Id.
|
||||
* @param tableInfo The table information. The object will be passed back to the table designer provider as the unique identifier for the table.
|
||||
* @param telemetryInfo: Optional Key-value pair containing any extra information that needs to be sent via telemetry
|
||||
* @param telemetryInfo Optional Key-value pair containing any extra information that needs to be sent via telemetry
|
||||
*/
|
||||
export function openTableDesigner(providerId: string, tableInfo: TableInfo, telemetryInfo?: { [key: string]: string }): Thenable<void>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user