name 给这个调试实例取一个名字,
type :debugger 类型 ,Node,Python ?不同语言,使用不同调试器,JS/TS 使用 Node 。
request :两种调试模式,launch 和 attach
preLaunchTask 开始调试之前,执行一个任务
postDebugTask 调试结束后,执行一个任务
program :执行的文件, "runtimeExecutable": "npm",
args :传给执行文件的参数,一个数组 [ ] ; "runtimeArgs": ["run-script", "debug" ]
env :环境变量
cwd :在当前的工作目录,开始寻找依赖
port :调试端口
console :使用哪种console
stopOnEntry 当程序执行,马上break掉
internalConsoleOptions
debugServer for debug extension authors only