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

Commit 8808274

Browse files
authored
Merge pull request #412 from Xanewok/rustfmt-path
Add `rust.rustfmt_path`
2 parents 763b190 + 3a36f2b commit 8808274

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,15 @@
367367
"default": null,
368368
"description": "When specified, it places the generated analysis files at the specified target directory. By default it is placed target/rls directory.",
369369
"scope": "resource"
370+
},
371+
"rust.rustfmt_path": {
372+
"type": [
373+
"string",
374+
"null"
375+
],
376+
"default": null,
377+
"description": "When specified, RLS will use the Rustfmt pointed at the path instead of the bundled one",
378+
"scope": "resource"
370379
}
371380
}
372381
}

0 commit comments

Comments
 (0)