Request textDocument/semanticTokens/full failed (vscode.dev)
The error output looks like this:
vscode.dev issue.
is there a public code repo?
The reading 'startOffset' in the screen shot is a good clue. The only code path in pylance that appears to access a field with that name is in the signature help provider, not in the semantic token provider. So I don't have any working theory. Maybe startOffset is used within the vscode language server library on the semantic token code path?
ya thats my guess. it might be a property on a parameter of the semantic token lsp call.
is there a public code repo?
@bschnurr No I just installed it, and I got this error.
still seeing this?
just open vscode.dev no typing?
it happens on startup?
Closing old issue. If this is still a problem, please reopen with the information requested. thanks