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

Commit af9b409

Browse files
committed
Add "rust.build_command" config option
Added in rust-lang/rls#988.
1 parent 0969745 commit af9b409

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
@@ -376,6 +376,15 @@
376376
"default": null,
377377
"description": "When specified, RLS will use the Rustfmt pointed at the path instead of the bundled one",
378378
"scope": "resource"
379+
},
380+
"rust.build_command": {
381+
"type": [
382+
"string",
383+
"null"
384+
],
385+
"default": null,
386+
"description": "EXPERIMENTAL (requires `unstable_features`)\nIf set, executes a given program responsible for rebuilding save-analysis to be loaded by the RLS. The program given should output a list of resulting .json files on stdout. \nImplies `rust.build_on_save`: true.",
387+
"scope": "resource"
379388
}
380389
}
381390
}

0 commit comments

Comments
 (0)