[roll] Roll fuchsia [vscode][rust-analyzer] Fix discoverConfig

- From the GN rust project, explicitly emit is_workspace_member for
  all crates. We set it to true for everything outside of
  //third_party/rust_crates [0].
- Some targets share the same root source directory, so massage the
  crate discovery routine to allow multiple crates to have a hit on the
  same file provided that the root module is an exact match.

[0] https://github.com/rust-lang/rust-analyzer/issues/20982

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1416499
Original-Revision: b65bbe4a037fe6dda26b515508ff31a2f8b69273
GitOrigin-RevId: aa5ea56937d4cfe39f8967be46745f18c6e25e8a
Change-Id: Ia9b769d29ccbbbc5276b136b7a8773fd4388d09e
1 file changed
tree: 947af3476ce5fc55acd9284166493fe6d36b792b
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.