Bill Schnurr

Results 205 comments of Bill Schnurr

can you check the "python language server" logs. see https://github.com/microsoft/pylance-release/blob/main/TROUBLESHOOTING.md#filing-an-issue

thanks. i was hoping to see some kind of error related to "apply_edit"

" code quick fix action is not working", you mean the code action is not appearing? or fails to edit the code?

try disabling indexing '"python.analysis.indexing": false,'

In the past I believe some users have added stubs to their pyright cli by downloading them from here: https://github.com/microsoft/python-type-stubs#installing-our-stubs

@IamRezaMousavi I tried to repo. i noticed if i removed a bracket from 'get_config()' -> 'get_config(' then i would see similar results. maybe you have a syntax error some where...

hmm. so default workspace settings should be returned maybe?

maybe our command is deprecated? "{"cookiecutter": {"DEPRECATED": "Use of the `cookiecutter` command is deprecated. Please use `ccds` in place of `cookiecutter`. To continue using the deprecated template, use `cookiecutter ......