We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 828603c commit c207eddCopy full SHA for c207edd
1 file changed
addons/addon-progress/src/ProgressAddon.ts
@@ -3,7 +3,7 @@
3
* @license MIT
4
*/
5
6
-import type { Terminal, ITerminalAddon, IDisposable } from '@xterm/xterm';
+import type { Terminal, ITerminalAddon } from '@xterm/xterm';
7
import type { ProgressAddon as IProgressApi, IProgress } from '@xterm/addon-progress';
8
import { Emitter } from 'vs/base/common/event';
9
import { Disposable } from 'vs/base/common/lifecycle';
0 commit comments