mirror of
https://github.com/coder/code-server.git
synced 2026-05-08 21:37:27 +02:00
chore(vscode): update to 1.55.2
This commit is contained in:
@@ -898,6 +898,9 @@ export class ViewModel extends Disposable implements IViewModel {
|
||||
public getCursorColumnSelectData(): IColumnSelectData {
|
||||
return this._cursor.getCursorColumnSelectData();
|
||||
}
|
||||
public getCursorAutoClosedCharacters(): Range[] {
|
||||
return this._cursor.getAutoClosedCharacters();
|
||||
}
|
||||
public setCursorColumnSelectData(columnSelectData: IColumnSelectData): void {
|
||||
this._cursor.setCursorColumnSelectData(columnSelectData);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user