mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:59:47 -05:00
table designer improvements (#18206)
* new table experience * new table info for existing table * allow delete confirmation * fix editor lock isue * vbump sts * PR feedback
This commit is contained in:
@@ -541,7 +541,7 @@ export abstract class ExtHostDataProtocolShape {
|
||||
/**
|
||||
* Publish the table designer changes.
|
||||
*/
|
||||
$publishTableDesignerChanges(handle: number, table: azdata.designers.TableInfo): Thenable<void> { throw ni(); }
|
||||
$publishTableDesignerChanges(handle: number, table: azdata.designers.TableInfo): Thenable<azdata.designers.PublishChangesResult> { throw ni(); }
|
||||
|
||||
/**
|
||||
* Generate scripts.
|
||||
|
||||
Reference in New Issue
Block a user