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
{{ message }}
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.
Basically if you use functools.wraps() it updates the docstring of the wrapped function, but the language server doesn't seem to special-case this situation.
The text was updated successfully, but these errors were encountered:
My team has already moved back to pycharm due to this issue, but I'd like to be able to move them back soon. I think that vscode+python is a better long-term development strategy, even though pycharm is currently the more mature solution. Hope this can get some attention soon. Once this issue and #109 are fixed, I can start moving back to vscode.
microsoft/vscode-python#2596
Basically if you use
functools.wraps()
it updates the docstring of the wrapped function, but the language server doesn't seem to special-case this situation.The text was updated successfully, but these errors were encountered: