pyright/docs
2020-09-14 14:44:18 -07:00
..
img Documented recent features. 2019-09-04 23:54:19 +00:00
build-debug.md Convert repo into a lerna monorepo, add a validation workflow (#978) 2020-08-28 19:46:48 -07:00
ci-integration.md Convert repo into a lerna monorepo, add a validation workflow (#978) 2020-08-28 19:46:48 -07:00
command-line.md Changed the behavior of the command-line version of pyright when file specs are passed on the command line. Previously, file specs couldn't be used in conjunction with a config file. Now a config file is used, but the specified file specs override the "include" section of the config file. 2020-09-11 00:27:57 -07:00
commands.md Implemented "Restart Server" command. 2020-03-08 12:17:19 -07:00
comments.md Small improvements to documentation. 2020-08-02 14:20:07 -07:00
configuration.md Added support for new "reportWildcardImportFromLibrary" diagnostic rule that checks for the use of wildcard imports from non-local modules. By default, it is reported as a warning, but in strict mode it is an error. 2020-09-12 20:31:25 -07:00
getting-started.md Moved CI documentation to its own page. 2020-07-22 16:55:50 -07:00
import-resolution.md Renamed setting "pyright.useLibraryCodeForTypes" to "python.analysis.useLibraryCodeForTypes" for compatibility with Pylance. The older setting name is still supported but will be removed in the future. 2020-07-16 15:58:09 -07:00
internals.md Convert repo into a lerna monorepo, add a validation workflow (#978) 2020-08-28 19:46:48 -07:00
settings.md Changed python.analysis.logLevel to use "Information" rather than "Info" for consistency with Python extension. 2020-09-14 14:44:18 -07:00
type-concepts.md Added more documentation about type concepts relating to mutable container types. 2020-08-12 12:29:13 -07:00
type-inference.md Small improvements to documentation. 2020-08-02 14:20:07 -07:00
type-stubs.md Small improvements to documentation. 2020-08-02 14:20:07 -07:00