-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make Pyright configuration file paths absolute
To resolve issues with configuration files placed in non-standard locations outside the working tree, make these paths absolute relative to the arcanist project root. This was the implicit behavior previously, so this should not be a breaking change. Also change the format of command flags from `'--project /path/to/foo.json'` to `'--project=/path/to/foo.json'` to resolve issues with pyright's interpretation of them.
- Loading branch information
Showing
1 changed file
with
24 additions
and
12 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