Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
Merge pull request #412 from Xanewok/rustfmt-path
Browse files Browse the repository at this point in the history
Add `rust.rustfmt_path`
  • Loading branch information
nrc committed Aug 28, 2018
2 parents 763b190 + 3a36f2b commit 8808274
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,15 @@
"default": null,
"description": "When specified, it places the generated analysis files at the specified target directory. By default it is placed target/rls directory.",
"scope": "resource"
},
"rust.rustfmt_path": {
"type": [
"string",
"null"
],
"default": null,
"description": "When specified, RLS will use the Rustfmt pointed at the path instead of the bundled one",
"scope": "resource"
}
}
}
Expand Down

0 comments on commit 8808274

Please sign in to comment.