Add more verbose description

Co-Authored-By: Laurențiu Nicola <lnicola@users.noreply.github.com>
This commit is contained in:
Veetaha 2020-02-16 23:42:48 +02:00 committed by GitHub
parent 7050697871
commit bb9844e195
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ To apply changes to an already running debug process press <kbd>Ctrl+Shift+P</kb
This enables ptrace on non-forked processes
- Enable debug symbols in `Cargo.toml`:
- By default, the LSP server is built without debug information. To enable it, you'll need to change `Cargo.toml`:
```toml
[profile.dev]
debug = 2