mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +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,
|
"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…
x
Reference in New Issue
Block a user