mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
This will enable pyright and IDEs that use pyright configuration (e.g. vscode) to correctly dereference and type-check imports provided by the recipe engine. The user may need to fetch the most recent version of the recipe dependencies by running "recipes.py fetch". Change-Id: I11b882152e0778a32d6e72e54cacde88ab0a0ce7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/7100709 Commit-Queue: Scott Lee <ddoman@chromium.org> Reviewed-by: Scott Lee <ddoman@chromium.org> Commit-Queue: Garrett Beaty <gbeaty@google.com> Auto-Submit: Garrett Beaty <gbeaty@google.com>
5 lines
115 B
TOML
5 lines
115 B
TOML
[tool.pyright]
|
|
venvPath = 'recipes/.recipe_deps/_venv'
|
|
venv = 'normal'
|
|
extraPaths = ['recipes/.recipe_deps/_path']
|