Bill Schnurr
Bill Schnurr
one way to fix this would be to fixup stubs here https://github.com/microsoft/python-type-stubs/tree/main/scipy-stubs
for now you can use `# pyright: ignore` on that line
look into replacing `\` with `` https://www.markdownguide.org/basic-syntax/#line-break-best-practices
This issue has been fixed in version 2022.8.51, which we've just released. You can find the changelog here: [CHANGELOG.md](https://github.com/microsoft/pylance-release/blob/main/CHANGELOG.md#2022851-31-august-2022-prerelease)
I think I need to revert a fix that was excluding the parens from an expression. but then I'll need to fix issues with multiline semantic tokens too a different...
This issue has been fixed in version 2022.8.51, which we've just released. You can find the changelog here: [CHANGELOG.md](https://github.com/microsoft/pylance-release/blob/main/CHANGELOG.md#2022851-31-august-2022-prerelease)
adding this to my settings.json ``` "python.trace.server": "verbose", ``` hmm. strange. We seem to be returning a response, but no color update is happening. ``` [Trace - 2:24:58 PM] Received...
full log [missingSemanticTokens.txt](https://github.com/microsoft/pylance-release/files/8874112/missingSemanticTokens.txt) with "python.pylanceLspNotebooksEnabled": true, I only see this bug with pylanceLspNotebooksEnabled = true. ``` [Trace - 2:24:57 PM] Received response 'textDocument/semanticTokens/full - (1)' in 1600ms. Result: { "data":...
Not sure why full tokens is empty
This issue has been fixed in version 2022.8.51, which we've just released. You can find the changelog here: [CHANGELOG.md](https://github.com/microsoft/pylance-release/blob/main/CHANGELOG.md#2022851-31-august-2022-prerelease)