aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
Commit message (Collapse)AuthorAgeFilesLines
* Rename the binary to rust-analyzerAleksey Kladov2020-02-181-2/+2
|
* vscode: apply lnicolas amendments to comments in launch.jsonVeetaha2020-02-161-7/+8
|
* vscode: remove extra comment loneVeetaha2020-02-161-1/+0
|
* vscode: skip node internals while debuggingVeetaha2020-02-161-5/+11
|
* Apply suggestions from code reviewAleksey Kladov2020-02-161-3/+4
| | | Co-Authored-By: LaurenČ›iu Nicola <[email protected]>
* Added short description and disable-extensions Dmitry2020-02-161-1/+16
|
* Minimize TypeScript buildAleksey Kladov2019-12-301-8/+18
|
* Trim down launch configurationsAleksey Kladov2019-12-291-5/+11
|
* Drop all the debugging tasksAleksey Kladov2019-12-291-309/+0
| | | | | | | | There are too many of them, and they no longer match the set of crates we have. This really should be handled in a different way, by having out "rust-analyzer: Run" generate the appropriate lldb config on the fly.
* Add rollup sourcemap and fix launch.jsonEdwin Cheng2019-12-081-1/+1
|
* Config for raLspServerPath will be overwritten if __RA_LSP_SERVER_DEBUG is setAndrew Ross2019-01-191-0/+340
Changed presentation from clear to reveal silent Removed the vscode gitignore entry Added debugging documentation Added tasks and launch configs