DetachHead / basedpyright

pyright fork with various type checking improvements, improved vscode support and pylance features built into the language server
https://docs.basedpyright.com
Other
1.02k stars 19 forks source link

Types and function arguments grayed out #619

Closed skaplan closed 1 month ago

skaplan commented 1 month ago

I just installed basedpyright and all my types and function arguments are now grayed out. When I try to delete, the cursor will just go to the other side making it impossible to delete.

Screenshot 2024-08-26 at 7 25 17 PM

I've disabled most of my other extensions and the problem still persists (and goes away when I disable basedpyright).

DetachHead commented 1 month ago

these are called inlay hints. the way you disable them depends on your editor. if you're using vscode they can be disabled by setting editor.inlayHints.enabled to "off".

skaplan commented 1 month ago

Thanks!