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

Add rust.target_dir config option #285

Merged
merged 1 commit into from
Apr 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,14 @@
"type": "boolean",
"default": false,
"description": "Checks the project as if you were running cargo check --all-targets (I.e., check all targets and integration tests too)."
},
"rust.target_dir": {
"type": [
"string",
"null"
],
"default": null,
"description": "When specified, it places the generated analysis files at the specified target directory. By default it is placed target/rls directory."
}
}
}
Expand Down