mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-01 20:31:57 +00:00
Fix incorrect lsp inlay hint type (#20044)
This commit is contained in:
parent
8b827c3c6c
commit
0e9d77e43a
5 changed files with 41 additions and 4 deletions
|
|
@ -51,7 +51,7 @@ foo(1)
|
|||
"character": 4
|
||||
},
|
||||
"label": "a=",
|
||||
"kind": 1
|
||||
"kind": 2
|
||||
}
|
||||
]
|
||||
"#);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue