make linter happy

This commit is contained in:
Jörg Breitbart
2025-01-07 19:25:47 +01:00
parent 828603cfab
commit c207edd49c
+1 -1
View File
@@ -3,7 +3,7 @@
* @license MIT
*/
import type { Terminal, ITerminalAddon, IDisposable } from '@xterm/xterm';
import type { Terminal, ITerminalAddon } from '@xterm/xterm';
import type { ProgressAddon as IProgressApi, IProgress } from '@xterm/addon-progress';
import { Emitter } from 'vs/base/common/event';
import { Disposable } from 'vs/base/common/lifecycle';