pylance-release icon indicating copy to clipboard operation
pylance-release copied to clipboard

Pylance experiment doesn't provide semantic colorization without scrolling

Open rchiodo opened this issue 2 years ago • 1 comments

Environment data

  • Language Server version: 2022.5.3-pre.1
  • OS and version: win32 x64
  • Python version (and distribution if applicable, e.g. Anaconda):
  • python.analysis.indexing: null
  • python.analysis.typeCheckingMode: off
  • python.pylanceLspNotebooksEnabled: true

Expected behaviour

Semantic colorization happens without having to scroll.

Actual behaviour

This cell works for hover, but colors are off:

image

If I scroll colors fix themselves:

image

Logs

Python Language Server Log

pylance.txt

Code Snippet / Additional information

XXX

rchiodo avatar May 19 '22 21:05 rchiodo

Here's the smaller log pylance2.txt :

rchiodo avatar May 20 '22 16:05 rchiodo

This issue has been fixed in version 2022.8.51, which we've just released. You can find the changelog here: CHANGELOG.md

bschnurr avatar Sep 01 '22 21:09 bschnurr