File tree Expand file tree Collapse file tree
src/features/terminal/shells/common Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { PythonCommandRunConfiguration , PythonEnvironment } from '../../../../api' ;
2- import { traceInfo } from '../../../../common/logging' ;
3- import { timeout } from '../../../../common/utils/asyncUtils' ;
42import { isWindows } from '../../../../common/utils/platformUtils' ;
5- import { activeTerminalShellIntegration } from '../../../../common/window.apis' ;
63import { getConfiguration } from '../../../../common/workspace.apis' ;
74import { ShellConstants } from '../../../common/shellConstants' ;
85import { quoteArgs } from '../../../execution/execUtils' ;
9- import { SHELL_INTEGRATION_POLL_INTERVAL , SHELL_INTEGRATION_TIMEOUT } from '../../utils' ;
106
117function getCommandAsString ( command : PythonCommandRunConfiguration [ ] , shell : string , delimiter : string ) : string {
128 const parts = [ ] ;
You can’t perform that action at this time.
0 commit comments