gpt4 book ai didi

node.js - 在 Visual Studio Code 中,如何在 launch.json 中传递参数

转载 作者:行者123 更新时间:2023-12-03 12:10:56 37 4
gpt4 key购买 nike

在 Visual Studio Code 中,在 launch.json 中启动我正在编写的应用程序的文件,如何添加命令行参数?

最佳答案

documentation 中所述,您需要使用 args属性。例如。

{
"type": "node",
"request": "launch",
"name": "Debug App",
"program": "${workspaceFolder}/main.js",
"args": ["arg1", "arg2", "arg3"]
}

关于node.js - 在 Visual Studio Code 中,如何在 launch.json 中传递参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57889703/

37 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com