How to extend $PATH in launch.json in Visual Studio Code?

后端 未结 3 943
难免孤独
难免孤独 2021-02-08 01:34

I have some shell scripts, which I would like to execute by name from code during debugging in Visual Studio Code. I need to extend $PATH environment variable to make it happene

3条回答
  •  暖寄归人
    2021-02-08 02:17

    According to the documentation, you should use ${env:PATH} instead of ${env.PATH}.

提交回复
热议问题