Jake Bailey

Results 1405 comments of Jake Bailey

I haven't had a chance to set up LiveShare to debug this one, but I've fixed #1716 for the next release on Wednesday, which should disable triple quote auto-closing when...

> Would some screenshots be helpful?/Is it possible to upload screenshots here? No, I get the gist of it. I think I just need to get LiveShare set up to...

I don't see a syntax error here, are you referring to the coloring? I believe that's handled by VS Code's TextMate grammar for Python, but I do not see this...

Without bracket pair colorization: ![image](https://user-images.githubusercontent.com/5341706/137995756-9b2e462d-8852-4910-9495-5034c0d0d3ef.png)

If anything, this would be something upstream in dotnet or a packaging issue in CentOS; we don't explicitly load these libraries. The last time OpenSSL caused issues was when 1.1...

We're limited by the LSP specification, which currently does not include syntactic highlighting. For VS Code as a client, they appear to be working on that for the client side,...

Nope, `textDocument/documentHighlight` will look at the position your cursor is at for a variable, then highlight all uses of that specific variable in the document. This allows language servers to...

Note that the cursor thing is specifically a highlighted box in VS Code, not the color of the text itself. It's just a visual indicator. You can get it now,...

This project is not being actively maintained. You may want to try out Pylance: https://github.com/microsoft/pylance-release