Using “preLaunchTasks” and Naming a Task in Visual Studio Code

前端 未结 6 1694
野的像风
野的像风 2021-01-31 14:32

According to the documentation, it is possible to launch a program before debugging:

To launch a task before the start of each debug session, set the

6条回答
  •  情书的邮戳
    2021-01-31 15:03

    I've only really seen the taskName used in relation to Gulp; I'm sure there are others but nothing that I have much insight into. Perhaps this can get you off to a start with what you already have?

    Run a pre-launch task in VSCODE

提交回复
热议问题