{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "Python:生成.d.ts", "type": "python", "request": "launch", "program": "${workspaceFolder}\\Plugins\\Puerts\\Generator\\main.py", "cwd": "${workspaceFolder}\\Plugins\\Puerts\\Generator", "args": [ "-p", "../../../Intermediate/ProjectFiles/ArtistRenderer.vcxproj" ], "console": "integratedTerminal" }, { "type": "node", "request": "attach", "name": "主脚本", "protocol": "inspector", "port": 8080 }, { "type": "node", "request": "attach", "name": "另一个脚本", "protocol": "inspector", "port": 9229 }, { "name": "运行 当前TS文件", "type": "node", "request": "launch", "args": [ "${file}" ], "runtimeArgs": [ "-r", "ts-node/register" ], "cwd": "${workspaceFolder}", "protocol": "inspector", "internalConsoleOptions": "openOnSessionStart" } ] }