mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 04:23:25 +00:00
Add "Win Attach to Server" debug configuration
This commit is contained in:
parent
8c843d1dac
commit
3f0e34e08e
1 changed files with 6 additions and 0 deletions
6
.vscode/launch.json
vendored
6
.vscode/launch.json
vendored
|
@ -120,6 +120,12 @@
|
||||||
"sourceMaps": true,
|
"sourceMaps": true,
|
||||||
"outFiles": [ "${workspaceFolder}/editors/code/out/tests/unit/**/*.js" ],
|
"outFiles": [ "${workspaceFolder}/editors/code/out/tests/unit/**/*.js" ],
|
||||||
"preLaunchTask": "Pretest"
|
"preLaunchTask": "Pretest"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Win Attach to Server",
|
||||||
|
"type": "cppvsdbg",
|
||||||
|
"processId":"${command:pickProcess}",
|
||||||
|
"request": "attach"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue