mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
Remove _computedLensesOfDocument
This commit is contained in:
parent
19b2b8bd77
commit
b07842ec3f
1 changed files with 0 additions and 1 deletions
|
|
@ -17,7 +17,6 @@ export class ApplyChangesProvider implements vscode.CodeLensProvider {
|
|||
private _diffAreasOfDocument: { [docUriStr: string]: DiffArea[] } = {}
|
||||
private _diffsOfDocument: { [docUriStr: string]: Diff[] } = {}
|
||||
|
||||
private _computedLensesOfDocument: { [docUriStr: string]: vscode.CodeLens[] } = {} // computed from diffsOfDocument[docUriStr].lenses
|
||||
private _diffidPool = 0
|
||||
private _weAreEditing: boolean = false
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue