vscode: apply lnicolas amendments to comments in launch.json

This commit is contained in:
Veetaha 2020-02-16 20:38:04 +02:00
parent cc280aba0f
commit 54432c3ae8

13
.vscode/launch.json vendored
View file

@ -49,12 +49,13 @@
}
},
{
// Attaching LLDB by Pid to lsp server
// NOTE: it requires root permission, also for better debugging
// if you want more than just assembler representation for ex:
// walk in file, you need debugging symbols.
// Project can build with it, for set - chane inside
// ./Cargo.toml field debug
// Used to attach LLDB to a running LSP server.
// NOTE: Might require root permissions. For this run:
//
// `echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope`
//
// Don't forget to set `debug = 2` in `Cargo.toml` before building the server
"name": "Attach To Server",
"type": "lldb",
"request": "attach",