You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How are we expected to pass arguments with a space in them when using either launch.json or Launch file with arguments? I found this old reddit post (with no answers!) and I tried exactly the same steps:
My script is usually run like myscript "file with spaces" so I've tried running require'dap'.continue() (using a keymap), choosing Launch file with arguments, and providing the argument with:
bare: file with spaces
double-quoted: "file with spaces"
single-quoted: 'file with spaces'
backslash-escaped: file\ with\ spaces
None of the intuitive solutions (which work perfectly fine when running from the terminal) seem to work.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi Everyone,
How are we expected to pass arguments with a space in them when using either
launch.json
orLaunch file with arguments
? I found this old reddit post (with no answers!) and I tried exactly the same steps:None of the intuitive solutions (which work perfectly fine when running from the terminal) seem to work.
Beta Was this translation helpful? Give feedback.
All reactions