You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally reported by @MFairley in #444 (split out the bug into a separate issue).
Environment data
VS Code version: 1.19.0 (1.19.0)
Python Extension version: 0.9.0
Python Version: Anaconda 2.7.14
OS and version: mac OS 10.13.2
Actual behavior
Updates to Pylint messages are very slow even after saving, it takes several seconds for messages to change. For example, if a variable is undefined and then defined, the linter will take several seconds to update it's undefined variable message.
Steps to reproduce:
Have a Pylint message
Fix the error associated with the message
Save to lint
Message will take some time to disappear
Logs
Output from Console window (Help->Developer Tools menu)
TypeError: Cannot read property 'TokenType' of undefined
at CompletionSource.isPositionInsideStringOrComment (/Users/mfairley/.vscode/extensions/ms-python.python-0.9.0/out/client/providers/completionSource.js:115:44)
at CompletionSource.<anonymous> (/Users/mfairley/.vscode/extensions/ms-python.python-0.9.0/out/client/providers/completionSource.js:78:22)
at Generator.next (<anonymous>)
at __awaiter (/Users/mfairley/.vscode/extensions/ms-python.python-0.9.0/out/client/providers/completionSource.js:9:71)
at Promise (<anonymous>)
at __awaiter (/Users/mfairley/.vscode/extensions/ms-python.python-0.9.0/out/client/providers/completionSource.js:5:12)
at CompletionSource.getCompletionResult (/Users/mfairley/.vscode/extensions/ms-python.python-0.9.0/out/client/providers/completionSource.js:68:16)
at CompletionSource.<anonymous> (/Users/mfairley/.vscode/extensions/ms-python.python-0.9.0/out/client/providers/completionSource.js:40:39)
at Generator.next (<anonymous>)
at __awaiter (/Users/mfairley/.vscode/extensions/ms-python.python-0.9.0/out/client/providers/completionSource.js:9:71)
(node:13752) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
t.log @ /Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:249
11:18:45.522 console.ts:123 [Extension Host] (node:13752) DeprecationWarning: Calling an asynchronous function without callback is deprecated.
t.log @ console.ts:123
The text was updated successfully, but these errors were encountered:
* Basic tokenizer
* Fixed property names
* Tests, round I
* Tests, round II
* tokenizer test
* Remove temorary change
* Fix merge issue
* Merge conflict
* Merge conflict
* Completion test
* Fix last line
* Fix javascript math
* Make test await for results
* Add license headers
* Rename definitions to types
* License headers
* Fix typo in completion details (typo)
* Fix hover test
* Russian translations
* Update to better translation
* Fix typo
* #70 How to get all parameter info when filling in a function param list
* Fix#70 How to get all parameter info when filling in a function param list
* Clean up
* Clean imports
* CR feedback
* Trim whitespace for test stability
* More tests
* Better handle no-parameters documentation
* Better handle ellipsis and Python3
* Basic services
* Install check
* Output installer messages
* Warn default Mac OS interpreter
* Remove test change
* Add tests
* PR feedback
* CR feedback
* Mock process instead
* Fix Brew detection
* Update test
* Elevated module install
* Fix path check
* Add check suppression option & suppress vor VE by default
* Fix most linter tests
* Merge conflict
* Per-user install
* Handle VE/Conda
* Fix tests
* Remove double service
* #447 Linter throws errors
* Better test names
Originally reported by @MFairley in #444 (split out the bug into a separate issue).
Environment data
VS Code version: 1.19.0 (1.19.0)
Python Extension version: 0.9.0
Python Version: Anaconda 2.7.14
OS and version: mac OS 10.13.2
Actual behavior
Updates to Pylint messages are very slow even after saving, it takes several seconds for messages to change. For example, if a variable is undefined and then defined, the linter will take several seconds to update it's undefined variable message.
Steps to reproduce:
Logs
Output from Console window (Help->Developer Tools menu)
The text was updated successfully, but these errors were encountered: