File tree Expand file tree Collapse file tree 6 files changed +10
-35
lines changed
structured-workflow/replay-debug-ide-integrated/.vscode Expand file tree Collapse file tree 6 files changed +10
-35
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ {
2+ "temporal.replayerEntrypoint" : " main.go" ,
3+ "temporal.debugLanguage" : " go" ,
4+ "temporal.debugger.backgroundProcess.command" : " tdlv" ,
5+ "temporal.debugger.backgroundProcess.args" : [" --lang=go" ]
6+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11{
22 "temporal.replayerEntrypoint" : " main.go" ,
33 "temporal.debugLanguage" : " go" ,
4- "temporal.debugger.backgroundProcess.command" : " make " ,
5- "temporal.debugger.backgroundProcess.args" : [" tdlv " , " lang=go" ]
4+ "temporal.debugger.backgroundProcess.command" : " tdlv " ,
5+ "temporal.debugger.backgroundProcess.args" : [" lang=go" ]
66}
Original file line number Diff line number Diff line change 11{
22 "temporal.replayerEntrypoint" : " vscode-replayer.ts" ,
33 "temporal.debugLanguage" : " typescript" ,
4- "temporal.debugger.backgroundProcess.command" : " ../../ tdlv.build " ,
4+ "temporal.debugger.backgroundProcess.command" : " tdlv" ,
55 "temporal.debugger.backgroundProcess.args" : [" --lang=js" ]
66}
Original file line number Diff line number Diff line change 11{
22 "temporal.replayerEntrypoint" : " vscode-replay.py" ,
33 "temporal.debugLanguage" : " python" ,
4- "temporal.debugger.backgroundProcess.command" : " ../../ tdlv.build " ,
4+ "temporal.debugger.backgroundProcess.command" : " tdlv" ,
55 "temporal.debugger.backgroundProcess.args" : [" --lang=python" ]
66}
You can’t perform that action at this time.
0 commit comments