vscode-code-runner icon indicating copy to clipboard operation
vscode-code-runner copied to clipboard

[Feature request] Support for running `docker-compose` commands

Open Sbrjt opened this issue 1 year ago • 0 comments

I would like Code Runner to support running docker-compose commands directly.

I tried to add "docker-compose": "cd $dir && docker-compose up" in the executor map but Code Runner says "Code language not supported or defined".

Sbrjt avatar May 24 '24 10:05 Sbrjt