mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 04:53:33 +01:00
update notebook editor view column when moving editors, https://github.com/microsoft/vscode/issues/115704
This commit is contained in:
@@ -183,6 +183,10 @@ export class ExtHostNotebookEditor {
|
||||
this._selections = selections;
|
||||
}
|
||||
|
||||
_acceptViewColumn(value: vscode.ViewColumn | undefined) {
|
||||
this._viewColumn = value;
|
||||
}
|
||||
|
||||
private _applyEdit(editData: INotebookEditData): Promise<boolean> {
|
||||
|
||||
// return when there is nothing to do
|
||||
|
||||
Reference in New Issue
Block a user