mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
support env vars when creating a DA; fixes #56646
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user