Skip to content

Commit a2b8729

Browse files
committed
Lint
1 parent b88c5a2 commit a2b8729

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/features/terminal/shells/common/shellUtils.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
import { PythonCommandRunConfiguration, PythonEnvironment } from '../../../../api';
2-
import { traceInfo } from '../../../../common/logging';
3-
import { timeout } from '../../../../common/utils/asyncUtils';
42
import { isWindows } from '../../../../common/utils/platformUtils';
5-
import { activeTerminalShellIntegration } from '../../../../common/window.apis';
63
import { getConfiguration } from '../../../../common/workspace.apis';
74
import { ShellConstants } from '../../../common/shellConstants';
85
import { quoteArgs } from '../../../execution/execUtils';
9-
import { SHELL_INTEGRATION_POLL_INTERVAL, SHELL_INTEGRATION_TIMEOUT } from '../../utils';
106

117
function getCommandAsString(command: PythonCommandRunConfiguration[], shell: string, delimiter: string): string {
128
const parts = [];

0 commit comments

Comments
 (0)