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

Commit

Permalink
Add rust.rustfmt_path
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanewok committed Aug 27, 2018
1 parent 4cc70af commit 3a36f2b
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 3a36f2b

Please sign in to comment.