-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rust-project: Don't include all buildfiles by default
Summary: Add `--include-all-buildfiles` flag that controls whether `build` is included in every crate. With a default of `false`, this works around an issue where rust-analyzer tries to load all files from the parent of `build.build_file` which results in loading all of `third-party/rust`. Reviewed By: Wilfred Differential Revision: D68453686 fbshipit-source-id: 4478720b2b5bec2d9ce619e000427d58c48c8940
- Loading branch information
1 parent
15a71c5
commit 0c732d6
Showing
3 changed files
with
21 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters