franneck94 / Vscode-C-Cpp-Runner

🚀 Compile, run and debug single or multiple C/C++ files with ease. 🚀
MIT License
53 stars 14 forks source link

How can I use commandline args? Why I can't input the args directly in launch.json. #157

Open songever opened 3 months ago

songever commented 3 months ago

and what really input are the args I input by ctrl+shift+a last time. And I can't input string even like "\"Hello World\"". If I input "Hello World" the system will break it into 2 args.

franneck94 commented 2 months ago

you are right, need to fix this.

Note for me: Only a bug for strings. Need to pass the "" to cmd

franneck94 commented 2 months ago

Next release will somehow fix it, but not completly.

image

Somehow the vscode task api transforms the first " to \