Describe the bug
Error messages appear in minibuffer when i put cursor on function/method.
To Reproduce
Put cursor at the end of second string.
'''
from collections import namedtuple
IndexEntry = namedtuple("indexEntry", ["time", "offset"])
'''
Expected behavior
No errors in minibuffer.
Which Language Server did you use
Microsoft python language server with package ms-python from Melpa.
Describe the bug Error messages appear in minibuffer when i put cursor on function/method.
To Reproduce Put cursor at the end of second string. ''' from collections import namedtuple IndexEntry = namedtuple("indexEntry", ["time", "offset"]) '''
Expected behavior No errors in minibuffer.
Which Language Server did you use Microsoft python language server with package ms-python from Melpa.
OS Windows 7 x64
Error callstack
Backtrace
Messages
My config: