forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-debuggingfeature-requestRequest for new features or functionalityRequest for new features or functionality
Description
Since we're now using debugpy as Python debugging service, we want to control the --configure-subProcess flag.
c:/Users/hazeng/.vscode/extensions/ms-python.python-2020.11.371526539/pythonFiles/lib/python/debugpy --listen 127.0.0.1:9091 --configure-subProcess False
However, we think this --configure flag should be a part of the getRemoteLauncherCommand() in client.api.ts
vscode-python/src/client/api.ts
Line 42 in 9fc04ed
getRemoteLauncherCommand(host: string, port: number, waitUntilDebuggerAttaches: boolean): Promise<string[]>; |
Is it possible to accept an extra parameter in getRemoteLauncherCommand(), to allow us passing subProcess configuration value?
Related PR: microsoft/vscode-azurefunctions#2576
cc: @ejizba
Metadata
Metadata
Assignees
Labels
area-debuggingfeature-requestRequest for new features or functionalityRequest for new features or functionality