pyright/docs
2020-07-11 13:39:32 -07:00
..
img Documented recent features. 2019-09-04 23:54:19 +00:00
build-debug.md Revert markdown changes, restore .vscode for server (#115) 2020-02-25 12:57:54 -08:00
command-line.md Revert markdown changes, restore .vscode for server (#115) 2020-02-25 12:57:54 -08:00
commands.md Implemented "Restart Server" command. 2020-03-08 12:17:19 -07:00
comments.md Revert markdown changes, restore .vscode for server (#115) 2020-02-25 12:57:54 -08:00
configuration.md Updated Pyright documentation for import resolution so it is more complete and better reflects the logic implemented in the code. 2020-07-11 12:35:05 -07:00
getting-started.md Documented bash script for upgrading pyright and running it as part of CI. 2020-04-15 10:59:17 -07:00
import-resolution.md Changed Pyright import resolution order to match that described in PEP 561. In particular, stubs in stubPath are now searched prior to user code, and third-party typeshed stubs are searched only after installed packages are searched for stub packages and inline stubs. There is one place where Pyright's import resolution still differs from a strict interpretation of PEP 561: it searches stdlib typeshed stubs first (unless typeshedPath is defined, in which case it searches there). This is more consistent with the way the Python interpreter resolves stdlib types. 2020-07-11 13:39:32 -07:00
internals.md Tweaked internals documentation for clarity. 2020-06-30 23:56:16 -07:00
settings.md Switched "pyright.typeCheckingMode" to "python.analysis.typeCheckingMode" for compatibility with Pylance. 2020-07-05 15:28:37 -07:00
type-stubs.md Fix windows bug, add PEP 604 printing, fix unused variable action, add stubPath and diagnosticMode (#673) 2020-05-15 13:01:55 -07:00