Skip to content

Version 0.34.11

Compare
Choose a tag to compare
@pappasam pappasam released this 22 Nov 02:08
· 161 commits to main since this release

Fixed

  • Fix edge case where LSP methods that relied on jedi_utils.lsp_range (like Highlight) would break if jedi.api.classes.Name returned an empty line/column. Now, module builtins like __name__ and __file__ will Highlight / Hover correctly.