[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.