Skip to content

Improve "${command:pickArgs}" usage #232560

@ClaudioCimarelli

Description

@ClaudioCimarelli

Slightly related to: microsoft/vscode-python#23003

There are two issues related to the variable "${command:pickArgs}" that could be improved.

  1. "args": "${command:pickArgs}" does not work with console": "internalConsole"
  2. "${command:pickArgs}" cannot be appended to a list of other args like this:
 "args": [
                "--args1",
                "value1",
                "--args2}",
                "value2",
                "${command:pickArgs}"
            ]

Metadata

Metadata

Assignees

Labels

*caused-by-extensionIssue identified to be caused by an extensiondebugDebug viewlet, configurations, breakpoints, adapter issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions