-
Notifications
You must be signed in to change notification settings - Fork 38.1k
Closed as not planned
Labels
*caused-by-extensionIssue identified to be caused by an extensionIssue identified to be caused by an extensiondebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issues
Description
Slightly related to: microsoft/vscode-python#23003
There are two issues related to the variable "${command:pickArgs}" that could be improved.
"args": "${command:pickArgs}"does not work withconsole": "internalConsole""${command:pickArgs}"cannot be appended to a list of other args like this:
"args": [
"--args1",
"value1",
"--args2}",
"value2",
"${command:pickArgs}"
]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
*caused-by-extensionIssue identified to be caused by an extensionIssue identified to be caused by an extensiondebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issues