mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
edit/revertCell (#268)
// edit/dispose -------------------------------------------------------------------------------
export interface EditDisposeParams extends IEditSessionOperationParams { }
export interface EditDisposeResult { }
* Initial plumbing for edit/revertCell
* Implementation of revert cell in the parents of the row edit base
* Adding unit tests
This commit is contained in:
@@ -460,7 +460,7 @@
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="EditDataUpdateNotPending">
|
||||
<source>Given row ID does not have pending updated</source>
|
||||
<source>Given row ID does not have pending update</source>
|
||||
<target state="new">Given row ID does not have pending updated</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
@@ -536,6 +536,11 @@
|
||||
<target state="new"><TBD></target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="EditDataColumnUpdateNotPending">
|
||||
<source>Give column ID does not have pending update</source>
|
||||
<target state="new">Give column ID does not have pending update</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="EditDataInitializeInProgress">
|
||||
<source>Another edit data initialize is in progress for this owner URI. Please wait for completion.</source>
|
||||
<target state="new">Another edit data initialize is in progress for this owner URI. Please wait for completion.</target>
|
||||
|
||||
Reference in New Issue
Block a user