Skip to content

Commit 876fd44

Browse files
committed
Add known issue to readme
1 parent e878eec commit 876fd44

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [1.4.1] - 2020-10-18
4+
5+
* Added a known issue to the readme.
6+
37
## [1.4.0] - 2020-10-18
48

59
* Added type hints for bytes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Provides type hint auto-completion for Python, with completion items for built-i
2323

2424
## Known Issues
2525

26-
* Invalid code in the same or other workspace Python files can result in incorrect type predictions.
26+
* If workspace searching is enabled, a VSCode event (onDidOpen) is triggered when a file is searched. This causes other extensions that are listening to the event to analyse the same files, which can add the problems of those files to the Problems window. The only way to prevent this, for now, is by disabling the workspace search setting.
2727

2828
* The difference between function and class constructor calls when detecting types is determined by the first letter being upper case (unless the class or function is defined in the currently edited document).
2929

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-python-typehint",
33
"displayName": "Python Type Hint",
4-
"version": "1.4.0",
4+
"version": "1.4.1",
55
"publisher": "njqdev",
66
"description": "Type hint completion for Python.",
77
"icon": "images/icon.png",

0 commit comments

Comments
 (0)