It would be nice to be able to run an external command, like so:
Linux:
"command": "gnome-terminal --working-directory=$(pwd)/src/Foo/ --quiet --command 'ls -lah'",
Windows:
"command": "cmd ...etc.",
That opens the command directly, without going through the built-in terminal, or a companion extension.
As you can see in this extension, it's possible - but that extension is abandonware.
Would be nice to have that functionality in this extension. Thanks!
It would be nice to be able to run an external command, like so:
Linux:
Windows:
That opens the command directly, without going through the built-in terminal, or a companion extension.
As you can see in this extension, it's possible - but that extension is abandonware.
Would be nice to have that functionality in this extension. Thanks!