mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
Add "Win Attach to Server" debug configuration
This commit is contained in:
parent
8c843d1dac
commit
3f0e34e08e
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
@ -120,6 +120,12 @@
|
||||
"sourceMaps": true,
|
||||
"outFiles": [ "${workspaceFolder}/editors/code/out/tests/unit/**/*.js" ],
|
||||
"preLaunchTask": "Pretest"
|
||||
},
|
||||
{
|
||||
"name": "Win Attach to Server",
|
||||
"type": "cppvsdbg",
|
||||
"processId":"${command:pickProcess}",
|
||||
"request": "attach"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user