We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7424bfe commit cb07760Copy full SHA for cb07760
src/client/common/terminal/service.ts
@@ -25,7 +25,6 @@ import { useEnvExtension } from '../../envExt/api.internal';
25
import { ensureTerminalLegacy } from '../../envExt/api.legacy';
26
import { sleep } from '../utils/async';
27
import { isWindows } from '../utils/platform';
28
-import { trace } from 'console';
29
30
@injectable()
31
export class TerminalService implements ITerminalService, Disposable {
0 commit comments