Skip to content

Any supports for neoconf ? #49

Closed Answered by mrcjkb
TD-Sky asked this question in Q&A
Nov 11, 2023 · 3 comments · 2 replies
Discussion options

You must be logged in to vote

Those are rust-analyzer settings, so it can be solved with #51 (which I've just implemented and released).

See the section in the readme for details.

The JSON would have to look like this:

{
  "rust-analyzer": {
    "checkOnSave.command": "clippy",
    "checkOnSave.allTargets": false,
    "cargo.target": "riscv64gc-unknown-none-elf"
}

If you want to reuse your neoconf settings, you can use this function as a reference to load them.

I do plan to add support for neoconf, but unfortunately I don't have time for that right now (probably not before December).

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@mrcjkb
Comment options

Answer selected by TD-Sky
@TD-Sky
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants