Skip to content

Commit d1d6d49

Browse files
committed
example-all: update vscode settings
1 parent 52d969e commit d1d6d49

File tree

6 files changed

+10
-35
lines changed

6 files changed

+10
-35
lines changed

example/go/simple-workflow/.vscode/launch.json

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"temporal.replayerEntrypoint": "main.go",
3+
"temporal.debugLanguage": "go",
4+
"temporal.debugger.backgroundProcess.command": "tdlv",
5+
"temporal.debugger.backgroundProcess.args": ["--lang=go"]
6+
}

example/go/structured-workflow/replay-debug-ide-integrated/.vscode/launch_unused.json

Lines changed: 0 additions & 16 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
}

example/js/.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
}

0 commit comments

Comments
 (0)