We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fffd99 commit 0a7ce4cCopy full SHA for 0a7ce4c
src/lang/KclManager.ts
@@ -60,12 +60,7 @@ import {
60
setSelectionFilter,
61
setSelectionFilterToDefault,
62
} from '@src/lib/selectionFilterUtils'
63
-import {
64
- history,
65
- historyField,
66
- redoDepth,
67
- undoDepth,
68
-} from '@codemirror/commands'
+import { history, redoDepth, undoDepth } from '@codemirror/commands'
69
import { syntaxTree } from '@codemirror/language'
70
import type { Diagnostic } from '@codemirror/lint'
71
import { forEachDiagnostic, setDiagnosticsEffect } from '@codemirror/lint'
0 commit comments