Add API for propagating cursor locations (#61)

This commit is contained in:
Andras Schmelczer 2025-06-08 20:20:52 +01:00 committed by GitHub
commit e8b9bf40c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
80 changed files with 1929 additions and 2228 deletions

View file

@ -18,8 +18,8 @@ export class HistoryView extends ItemView {
>();
public constructor(
leaf: WorkspaceLeaf,
private readonly client: SyncClient
private readonly client: SyncClient,
leaf: WorkspaceLeaf
) {
super(leaf);
this.icon = HistoryView.ICON;