fabiospampinato/vscode-debug-launcher

i get "Couldn't generate a launch configuration" when i try debugger from terminal

Opened this issue · 3 comments

I installed the plugin in vscode and did what was written here https://github.com/fabiospampinato/vscode-debug-launcher/blob/master/docs/terminal.md. to get the debugger command in zsh internal vscode terminal.
but whatever i write i always get Couldn't generate a launch configuration
image

I'll have to look into that.

I have the same problem too. I found it's the args parameter of 'vscode://fabiospampinato.vscode-debug-launcher/launch?args=JSON_STRING'. So I updated the code and make the JSON_STRING to be base64 and then it does the trick. You could check my fork for reference vscode-debug-launcher.

By the way, I made another plugin to encode the JSON as base64 string. You could check it at vscode-debug-launcher-trigger.