Open Baneeishaque opened 5 years ago
It should just run "$SHELL" -c 'composer …'
or %ComSpec% /S /C "composer …"
without checking for any "availability", if nothing more specific is defined by the user.
Anyone interested in picking this feature for development?
Turned out, the option "run in terminal" is quite misleading. I would suggest changing it to support modern VS code profiles and clearly label as that. My default profile is Cygwin bash, running TCC script in it just does not work. Not to mention it is impossible to pass unescaped backslashes through POSIX shell.
@AnrDaemon Thank you for your feedback. Do you think you can have a look at it on your windows machine, an help identify/fix further issues.
I'm by no means an expert in VS code extension development, but if you provide instructions, I could take a look.
Here's my thought on the issue:
Set default composer executable path.
It must be composer in all systems, and composer must be available in path.