Skip to content

Commit c01bc97

Browse files
committed
Fixes CI
1 parent 1e0a1f5 commit c01bc97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/editor/browser/widget/diffEditorWidget2/accessibleDiffViewer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Action } from 'vs/base/common/actions';
1010
import { Codicon } from 'vs/base/common/codicons';
1111
import { KeyCode, KeyMod } from 'vs/base/common/keyCodes';
1212
import { Disposable, DisposableStore, toDisposable } from 'vs/base/common/lifecycle';
13-
import { IObservable, ISettableObservable, ITransaction, autorun, constObservable, derived, keepAlive, observableValue, transaction } from 'vs/base/common/observable';
13+
import { IObservable, ITransaction, autorun, derived, keepAlive, observableValue, transaction } from 'vs/base/common/observable';
1414
import { autorunWithStore2 } from 'vs/base/common/observableImpl/autorun';
1515
import { subtransaction } from 'vs/base/common/observableImpl/base';
1616
import { derivedWithStore } from 'vs/base/common/observableImpl/derived';

0 commit comments

Comments
 (0)