Comparing version 1.0.57 to 1.0.58
@@ -5,3 +5,3 @@ { | ||
"description": "Type checker for the Python language", | ||
"version": "1.0.57", | ||
"version": "1.0.58", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "author": { |
@@ -27,3 +27,3 @@ ![Pyright](/docs/img/PyrightLarge.png) | ||
### Command-line Tool or Visual Studio Code Extension | ||
Pyright includes both a [command-line tool](/docs/command-line.md) and an [extension for Visual Studio Code](https://github.com/Microsoft/pyright) that implements the [Language Server Protocol](https://microsoft.github.io/language-server-protocol/). | ||
Pyright includes both a [command-line tool](/docs/command-line.md) and an [extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-pyright.pyright) that implements the [Language Server Protocol](https://microsoft.github.io/language-server-protocol/). | ||
@@ -58,2 +58,4 @@ For rich Python editing and debugging capabilities with Visual Studio Code, be sure to also install the official [Microsoft Python extension for Visual Studio Code](https://marketplace.visualstudio.com/itemdetails?itemName=ms-python.python) as Pyright only provides syntax and type checking. | ||
* [Import Resolution](/docs/import-resolution.md) | ||
* [Type Stubs](/docs/type-stubs.md) | ||
* [Commands](/docs/commands.md) | ||
* [Building & Debugging](/docs/build-debug.md) | ||
@@ -60,0 +62,0 @@ * [Pyright Internals](/docs/internals.md) |
Sorry, the diff of this file is too big to display
2812361
88
5907