66 "configurations" : [
77 {
88 "name" : " Python: Attach using Process Id" ,
9- "type" : " python " ,
9+ "type" : " debugpy " ,
1010 "request" : " attach" ,
1111 "processId" : " ${command:pickProcess}"
1212 },
1313 {
1414 "name" : " Python: Current File" ,
15- "type" : " python " ,
15+ "type" : " debugpy " ,
1616 "request" : " launch" ,
1717 "program" : " ${file}" ,
1818 "console" : " integratedTerminal" ,
1919 },
2020 {
2121 "name" : " Python: node_cli" ,
22- "type" : " python " ,
22+ "type" : " debugpy " ,
2323 "request" : " launch" ,
2424 "program" : " ${workspaceFolder}/node_cli.py" ,
2525 "console" : " integratedTerminal" ,
2626 },
2727 {
2828 "name" : " Python: node_cli custom log dir" ,
29- "type" : " python " ,
29+ "type" : " debugpy " ,
3030 "request" : " launch" ,
3131 "program" : " ${workspaceFolder}/node_cli.py" ,
3232 "args" : [" -d /home/szxo3/Desktop/test_node_dir" ],
3333 "console" : " integratedTerminal" ,
3434 },
3535 {
3636 "name" : " Python: local_run" ,
37- "type" : " python " ,
37+ "type" : " debugpy " ,
3838 "request" : " launch" ,
3939 "program" : " ${workspaceFolder}/node_cli.py" ,
4040 "args" : [" --local_run" ],
4141 "console" : " integratedTerminal" ,
4242 },
4343 {
4444 "name" : " Python: node_cli with GH_TOKEN" ,
45- "type" : " python " ,
45+ "type" : " debugpy " ,
4646 "request" : " launch" ,
4747 "program" : " ${workspaceFolder}/node_cli.py" ,
4848 "args" : [" --gh" , " TOKEN_HERE" ],
4949 "console" : " integratedTerminal" ,
5050 },
51+ {
52+ "name" : " Go: node_runner" ,
53+ "type" : " go" ,
54+ "request" : " launch" ,
55+ "mode" : " debug" ,
56+ "cwd" : " ${workspaceFolder}" ,
57+ "program" : " ${workspaceFolder}/Apps/node_runner/main.go"
58+ }
5159 ]
5260}
0 commit comments