support env vars when creating a DA; fixes #56646

This commit is contained in:
Andre Weinand
2018-09-16 01:14:19 +02:00
parent 3193667fc4
commit be713f752c
6 changed files with 64 additions and 23 deletions

View File

@@ -347,7 +347,7 @@ export class ExtHostDebugService implements ExtHostDebugServiceShape {
mythis._debugServiceProxy.$acceptDAMessage(handle, message);
}
}(adapter.port);
}(adapter);
break;
case 'executable':
@@ -363,7 +363,7 @@ export class ExtHostDebugService implements ExtHostDebugServiceShape {
mythis._debugServiceProxy.$acceptDAMessage(handle, message);
}
}(config.type, adapter);
}(adapter, config.type);
break;
default: