oleg-shilo / cs-script.vscode

VSCode extension for CS-Script
MIT License
37 stars 7 forks source link

Is there a way to specify debug command line arguments? #6

Closed rconde01 closed 6 years ago

rconde01 commented 6 years ago

No sure if I'm missing it or if it's not there....if not...it would be nice :)

oleg-shilo commented 6 years ago

Yes there is a way. Though is't not part of the VSCode story but a CS-Script one. CS-Script allows you to specify the arguments directly in the script with the //css_args directive. It's particularly useful during an active development or troubleshooting.

image

rconde01 commented 6 years ago

That works! Thanks.