Closed feuGeneA closed 1 year ago
How can I see a log or trace of what's happening when cargo check is run
Maybe the trace logs, try "rust-analyzer.trace.server": "verbose"
, then :CocCommand workspace.showOutput rust-analyzer
, but I don't know whether this logs contains command line/env variables or not.
I'm experiencing the exact problem described in https://github.com/rust-lang/rust-analyzer/issues/3292 . I'd love some help debugging it.
From that issue:
In my specific case, my git hook has:
So I've set up my
CocConfig
with the following:A lot of the things in there are just me trying out various different things to fix the problem. I'm sure some of that stuff is not necessary.
While I would appreciate any info in solving this particular problem, my reason for raising the issue is this question:
How can I see a log or trace of what's happening when cargo check is run? For example the command line used, it's environment variables, and its output?
What's the output of
:CocInfo
What's the output of
:CocCommand rust-analyzer.serverVersion
[coc.nvim] rust-analyzer 0.3.1514-standalone
What's your coc-rust-analyzer version? You can get it from
:CocList extensions
0.73.0