Skip to content

Help troubleshooting... Too many cargo processes #498

Closed Answered by mrcjkb
augustocdias asked this question in Q&A
Discussion options

You must be logged in to vote

This should solve the issue of parallel builds:

Is it supposed to be starting dap during lsp initialisation?

It doesn't actually run tests, it just compiles (hence the --no-run flag) and analyses the json output (hence the --message-format=json flag) to create a DAP configuration that can be registered with nvim-dap, so you can use commands like DapContinue to debug runnables discovered by rust-analyzer.

Replies: 1 comment 20 replies

Comment options

You must be logged in to vote
20 replies
@augustocdias
Comment options

@augustocdias
Comment options

@mrcjkb
Comment options

@mrcjkb
Comment options

Answer selected by augustocdias
@augustocdias
Comment options

@mrcjkb
Comment options

@augustocdias
Comment options

@mrcjkb
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants