You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having issues with type hints in VSCode and Jedi LSP.
Namely, the function that is properly typed, such as:
should be unpacked to the relevant variables.
However this happens:
(was hovering on the new_version value)
Expected behavior
I expect the two variables to be detected as such, thus having proper type hint and being "coloured" (detected) as variables.
What happens
The two variables are not highlighted as such nor they carry the type hint information.
The text was updated successfully, but these errors were encountered:
The issue
I am having issues with type hints in VSCode and Jedi LSP.
Namely, the function that is properly typed, such as:
should be unpacked to the relevant variables.
However this happens:
(was hovering on the new_version value)
Expected behavior
I expect the two variables to be detected as such, thus having proper type hint and being "coloured" (detected) as variables.
What happens
The two variables are not highlighted as such nor they carry the type hint information.
The text was updated successfully, but these errors were encountered: