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 eb882ea commit a7c7e48Copy full SHA for a7c7e48
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## [1.0.2] - 2020-04-16
4
+
5
+* Fixed type hints being provided for non-parameters.
6
7
## [1.0.1] - 2020-04-13
8
9
* Fixed type hints sometimes being provided when typing ':' within a string.
package.json
@@ -1,7 +1,7 @@
{
"name": "vscode-python-typehint",
"displayName": "Python Type Hint",
- "version": "1.0.1",
+ "version": "1.0.2",
"publisher": "njqdev",
"description": "Type hint completion for Python.",
"icon": "images/icon.png",
0 commit comments