Skip to content

Commit 1b56627

Browse files
committed
chore: add debugger type to launch config name
1 parent 4b01278 commit 1b56627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/patches/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "0.2.0",
33
"configurations": [
44
{
5-
"name": "Backend (Attach)",
5+
"name": "Backend (cppdbg)",
66
"type": "cppdbg",
77
"request": "attach",
88
"program": "${workspaceFolder}/src/backend/postgres",
@@ -17,7 +17,7 @@
1717
]
1818
},
1919
{
20-
"name": "Backend (Attach)",
20+
"name": "Backend (lldb)",
2121
"type": "lldb",
2222
"request": "attach",
2323
"program": "${workspaceFolder}/src/backend/postgres",

0 commit comments

Comments
 (0)