mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 02:48:30 -05:00
Merge from vscode merge-base (#22769)
* Merge from vscode merge-base * Turn off basic checks * Enable compilation, unit, and integration tests
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