Improve documentation and provide examples for "args": "${command:pickArgs}"
and "args": ["${command:pickArgs}"]
#23003
Labels
bug
Issue identified by VS Code Team member as probable bug
documentation
needs PR
Ready to be worked on
Type: Bug
Behaviour
Expected vs. Actual
Expected:
"args": ["${command:pickArgs}"]
Actuall:
"args": "${command:pickArgs}"
Steps to reproduce:
Activate Python Extension and create new
launch.json
fileClick Add Configuration, select Python Debugger -> Python File with Arguments
Without representing
args
as an array, the paths sent to the terminal will not be enclosed by quotes and launch will fail if there is a space in the path.Diagnostic data
python.languageServer
setting: DefaultOutput for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)User Settings
Extension version: 2024.2.0
VS Code version: Code 1.87.0 (019f4d1419fbc8219a181fab7892ebccf7ee29a2, 2024-02-27T23:41:44.469Z)
OS version: Windows_NT x64 10.0.22621
Modes:
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
A/B Experiments
The text was updated successfully, but these errors were encountered: