[roll] Roll fuchsia [python] Update project settings for faster indexing.

The original settings technically defaulted "include" to everything.
This means that every directory, with the exception of those listed in
"exclude," were scanned. This resulted in a very long scan time, plus
including many third-party python files we don't need.

The new settings only "include" files in top-level directories where
they exist today.

The vscode workspace is also updated with parameters provided by mnck@,
which allows us to index all files.

Users hitting memory limits will need to set their own User or Remote
settings, since those fields cannot be loaded from the checked-in
workspace file.

Combined these changes allow for Python code completion to be ready in
O(10s), rather than a couple minutes as before.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1247463
Original-Revision: 03b66b15565f23d9ed91c66843c217ac721b8061
GitOrigin-RevId: 31ea6a963a4ccfc6e18118d0665d705eab729679
Change-Id: I2004ec4aa3dd174def56293b89d324dd1a851591
1 file changed
tree: 05233738864b4e4dcc83e529b8ce9a07882da7fc
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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.