-
Notifications
You must be signed in to change notification settings - Fork 219
Closed
astral-sh/ruff
#23228Labels
bugSomething isn't workingSomething isn't workingserverRelated to the LSP serverRelated to the LSP server
Description
Summary
I've disabled both types of inlay hints in my user settings:
"ty.inlayHints.callArgumentNames": false,
"ty.inlayHints.variableTypes": false,
However, when I create a new Python file and write code, Ty still displays inlay hints before the file is saved. The hints disappear after saving, but they are shown in the initial unsaved state. I would expect the inlay hint settings to apply consistently, including in unsaved buffers, i.e., disabling inlay hints should prevent them from appearing regardless of whether the file has been saved or not.
Version
2026.12.0 (ty 0.0.16)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingserverRelated to the LSP serverRelated to the LSP server