Skip to content

Accept --configure parameter in getRemoteLauncherCommand() #14916

@Hazhzeng

Description

@Hazhzeng

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

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions