lsp-python-ms icon indicating copy to clipboard operation
lsp-python-ms copied to clipboard

Named parameters not recognized

Open supercheetah opened this issue 2 years ago • 1 comments

Using named parameters are not being parsed correctly. Just something as simple as:

print("this should not be an error!", file=sys.stderr)

Results in this: image

supercheetah avatar Jul 16 '21 00:07 supercheetah

Can you please try lsp-pyright and check if there is the same issue?lsp-python-ms won't be maintained since mspyls will be deprecated soon.

seagle0128 avatar Aug 03 '21 16:08 seagle0128