Can I automatically start a task when a folder is opened?

后端 未结 5 652
你的背包
你的背包 2020-12-09 09:06

Does VS code support starting a gulp-watch task on startup? I\'d like to start the watcher when I open the editor.

5条回答
  •  既然无缘
    2020-12-09 09:43

    This is an old thread, but the question is still up to date. Blade Runner did not suit my needs, nor did any other extension.

    I created an extension AutoLaunch that can run a specific task from tasks.json or launch a specific debug configuration from launch.json.

提交回复
热议问题