Missed a file.

This commit is contained in:
Eric Traut 2020-07-11 12:35:29 -07:00
parent 69c0841d7a
commit ef1b4d8441

View File

@ -30,4 +30,4 @@ Pyright uses the following mechanisms (in priority order) to determine which Pyt
3. If no `venv` or `defaultVenv` is specified in the config file, use the `python.pythonPath` setting. This setting is defined by the VS Code Python extension and can be configured using the Python extensions environment picker interface. More recent versions of the Python extension no longer store the selected Python environment in the `python.pythonPath` setting and instead use a storage mechanism that is private to the extension. Pyright is able to access this through an API exposed by the Python extension.
4. As a fallback, use the default Python environment (i.e. the one that is invoked when typing `python` in the shell).
4. As a fallback, use the default Python environment (i.e. the one that is invoked when typing `python` in the shell).