mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
proposed API: add parentSession to startDebugging; fixes #70219
This commit is contained in:
@@ -119,7 +119,7 @@ class ServerReadyDetector extends vscode.Disposable {
|
||||
request: 'launch',
|
||||
url: uri,
|
||||
webRoot: args.webRoot || WEB_ROOT
|
||||
});
|
||||
}, session);
|
||||
break;
|
||||
default:
|
||||
// not supported
|
||||
|
||||
Reference in New Issue
Block a user