Fix small typo that made list display incorrectly

This commit is contained in:
Luca Dorigo 2019-05-27 11:03:02 +02:00 committed by GitHub
parent a0c764cb03
commit a13a3595de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,6 +103,7 @@ The following settings can be specified for each execution environment.
Pyright will import the following settings set through VS Code. These override the values provided in the configuration file.
**python.venvPath**: Same as the **venvPath** setting described above.
**python.analysis.typeshedPaths**: An array of typeshed paths to search. Pyright supports only one such path. If provided in the VS Code setting, the first entry overrides the **typeshedPath** configuration file entry described above.