empathicqubit/vscode-cc65-debugger

Command line argument escaping issue on Linux with VSCode 1.67+

Closed this issue · 0 comments

>  /usr/bin/env PATH=/home/empathicqubit/.vscode/extensions/entan-gl.cc65-vice-6.2.0/dist/cc65/bin_linux_x64:/home/empathicqubit/.local/bin:/home/empathicqubit/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin CC65_HOME=/home/empathicqubit/.vscode/extensions/entan-gl.cc65-vice-6.2.0/dist/cc65 ELECTRON_RUN_AS_NODE=1 make OPTIONS=mapfile,labelfile,debugfile \&\& echo \>\> /tmp/cc65vice_make_success_0.7892329504984583 \|\| echo \>\> /tmp/cc65vice_make_failure_0.9269424790883947 
make: *** Keine Regel, um „&&“ zu erstellen.  Schluss.
empathicqubit@sager-laptop:~/vscode-cc65-debugger/src/__tests__/asm-project [ git: ~ ] 
> 

Originally posted by @empathicqubit in #112 (comment)