Space sync now scheduled
This commit is contained in:
@@ -133,10 +133,6 @@ export function vimEx(exCommand: string): Promise<any> {
|
||||
return syscall("editor.vimEx", exCommand);
|
||||
}
|
||||
|
||||
export function syncSpace(): Promise<number> {
|
||||
return syscall("editor.syncSpace");
|
||||
}
|
||||
|
||||
// Folding
|
||||
|
||||
export function fold() {
|
||||
|
||||
@@ -11,3 +11,7 @@ export function hasInitialSyncCompleted(): Promise<boolean> {
|
||||
export function scheduleFileSync(path: string): Promise<void> {
|
||||
return syscall("sync.scheduleFileSync", path);
|
||||
}
|
||||
|
||||
export function scheduleSpaceSync(): Promise<number> {
|
||||
return syscall("sync.scheduleSpaceSync");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user