Multiple commands/tasks with Visual Studio Code

后端 未结 5 1911
清歌不尽
清歌不尽 2020-12-05 00:31

I have a local folder that I use as a scratch pad for multiple little sample and toy pieces of code. I store a host of python, C++, shell scripts etc. in this directory.

5条回答
  •  眼角桃花
    2020-12-05 01:08

    You can use compound tasks to run multiple commands https://code.visualstudio.com/docs/editor/tasks#_compound-tasks

提交回复
热议问题