We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In upstream, proc macros are now enabled by default, but I needed to enable them explicitly to coc-settings.json, as in rust-lang/rust-analyzer#7497.
coc-settings.json
It would be good if the default could reflect upstream.
The text was updated successfully, but these errors were encountered:
rust-analyzer.procMacro.enable is enabled now, you didn't need to set it in coc-settings.json. README is outdated, I'll improve it.
rust-analyzer.procMacro.enable
coc-rust-analyzer/package.json
Lines 654 to 658 in 143ed8e
Sorry, something went wrong.
Yeah my bad, I just read the source and worked that out. A :CocUpdate fixed things with the settings removed. Thanks!
:CocUpdate
7d5e2ee
fannheyward
No branches or pull requests
In upstream, proc macros are now enabled by default, but I needed to enable them explicitly to
coc-settings.json
, as in rust-lang/rust-analyzer#7497.It would be good if the default could reflect upstream.
The text was updated successfully, but these errors were encountered: