Merge pull request #126 from gentoo90/fix-config

Fix "request" value of "Attach to PID" in config
This commit is contained in:
Jan Jurzitza 2017-12-17 11:24:25 +01:00 committed by GitHub
commit 248bb84599
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -341,7 +341,7 @@
"description": "Attaches to a running program pid using gdb", "description": "Attaches to a running program pid using gdb",
"body": { "body": {
"type": "gdb", "type": "gdb",
"request": "launch", "request": "attach",
"name": "${2:Attach to PID}", "name": "${2:Attach to PID}",
"target": "${1:[PID]}", "target": "${1:[PID]}",
"cwd": "^\"\\${workspaceRoot}\"" "cwd": "^\"\\${workspaceRoot}\""
@ -661,7 +661,7 @@
"description": "Attaches to a running program pid using lldb-mi", "description": "Attaches to a running program pid using lldb-mi",
"body": { "body": {
"type": "lldb-mi", "type": "lldb-mi",
"request": "launch", "request": "attach",
"name": "${2:Attach to PID}", "name": "${2:Attach to PID}",
"target": "${1:[PID]}", "target": "${1:[PID]}",
"cwd": "^\"\\${workspaceRoot}\"" "cwd": "^\"\\${workspaceRoot}\""
@ -868,7 +868,7 @@
"description": "Attaches to a running program pid using mago-mi", "description": "Attaches to a running program pid using mago-mi",
"body": { "body": {
"type": "mago-mi", "type": "mago-mi",
"request": "launch", "request": "attach",
"name": "${2:Attach to PID}", "name": "${2:Attach to PID}",
"target": "${1:[PID]}", "target": "${1:[PID]}",
"cwd": "^\"\\${workspaceRoot}\"" "cwd": "^\"\\${workspaceRoot}\""