How do I add environment variables to launch.json in VSCode

前端 未结 10 792
囚心锁ツ
囚心锁ツ 2020-12-08 01:29

Working with the new VSCode editor on a node.js project. I am attempting to configure my \"Launch\" profile for debugging by editing the launch.json file. I need to setup a

10条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-08 02:01

    There seems to be a problem with environment variables on Windows (and probably on linux). It does work on OS X. We are investigating. Expect a fix soon.

    Update (June 2, 2015): Visual Studio Code 0.3.0 contains a fix for this.

提交回复
热议问题