mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -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:
@@ -1056,7 +1056,7 @@ export namespace ProcessTableDesignerEditRequest {
|
||||
}
|
||||
|
||||
export namespace PublishTableDesignerChangesRequest {
|
||||
export const type = new RequestType<azdata.designers.TableInfo, void, void, void>('tabledesigner/publish');
|
||||
export const type = new RequestType<azdata.designers.TableInfo, azdata.designers.PublishChangesResult, void, void>('tabledesigner/publish');
|
||||
}
|
||||
|
||||
export namespace TableDesignerGenerateScriptRequest {
|
||||
|
||||
Reference in New Issue
Block a user