File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/client/debugger/DebugClients Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6060 " python"
6161 ]
6262 },
63- "program" : " ./out/client/debugger/main .js" ,
63+ "program" : " ./out/client/debugger/Main .js" ,
6464 "runtime" : " node" ,
6565 "configurationAttributes" : {
6666 "launch" : {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import * as child_process from 'child_process';
77import { LaunchRequestArguments } from '../Common/Contracts' ;
88import { DebugClient , DebugType } from './DebugClient' ;
99import * as fs from 'fs' ;
10- import { open } from '../../Common /open' ;
10+ import { open } from '../../common /open' ;
1111
1212export class LocalDebugClient extends DebugClient {
1313 protected args : LaunchRequestArguments ;
@@ -114,4 +114,4 @@ export class LocalDebugClient extends DebugClient {
114114 var programArgs = Array . isArray ( this . args . args ) && this . args . args . length > 0 ? this . args . args : [ ] ;
115115 return [ vsDebugOptions , this . args . program ] . concat ( programArgs ) ;
116116 }
117- }
117+ }
You can’t perform that action at this time.
0 commit comments