Fix incorrect lsp inlay hint type (#20044)

This commit is contained in:
Matthew Mckee 2025-08-22 16:12:49 +01:00 committed by GitHub
parent 8b827c3c6c
commit 0e9d77e43a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 41 additions and 4 deletions

View file

@ -51,7 +51,7 @@ foo(1)
"character": 4
},
"label": "a=",
"kind": 1
"kind": 2
}
]
"#);