rust-analyzer: Exception when loading the VSCode plugin

[matklad.rust-analyzer]: 'configuration.property' must be an object

It’s not clear to me if this prevents part of the plugin to work or not. Is there anything to do to fix that?

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 25 (12 by maintainers)

Most upvoted comments

Indeed, removing that bit and messing with members include the file. Thanks!

I think it was fixed in https://github.com/rust-analyzer/rust-analyzer/pull/8015, which went into 0.2.529.

That’s due to us sending annotations for files that aren’t being indexed by RA, so when those get resolved we don’t actually send commands back causing this inline Error. This has been fixed in recent versions.

Thanks for the help!