We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ecf8e commit 18f5be5Copy full SHA for 18f5be5
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Change Log
2
3
-## [1.1.1] - 2020-04-22
+## [1.1.2] - 2020-04-22
4
5
* Fixed type hints not being provided for async functions.
6
package.json
@@ -1,7 +1,7 @@
{
"name": "vscode-python-typehint",
"displayName": "Python Type Hint",
- "version": "1.1.1",
+ "version": "1.1.2",
"publisher": "njqdev",
"description": "Type hint completion for Python.",
7
"icon": "images/icon.png",
0 commit comments