File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import type { ChildProcessWithoutNullStreams } from 'node:child_process';
22import { spawn } from 'node:child_process' ;
33
44import { getEnvConfig } from '../config/config' ;
5- import type { Logger } from '../util/logger ' ;
5+ import type { Logger } from '../util/Logger ' ;
66
77const NEWLINE_SEPARATOR = / \r \n | \r | \n / ;
88const STDOUT_PREFIX = / ^ [ a - z ] + : / ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { Terminal } from './terminal/Terminal';
77import { TerminalProvider } from './terminal/TerminalProvider' ;
88import { ScriptFileProvider } from './util/ScriptFileProvider' ;
99import { ProjectFilesProvider } from './solution/ProjectFilesProvider' ;
10- import { Logger } from './util/logger ' ;
10+ import { Logger } from './util/Logger ' ;
1111import { OUTPUT_CHANNEL_ID } from './constants/constants' ;
1212import { CLI } from './cli/CLI' ;
1313
File renamed without changes.
You can’t perform that action at this time.
0 commit comments