Open
Description
Reproduced in 0.12.0 and 0.13.0-20250424-115448.
- Use a language server that returns the simplest
CompletionItem
with justlabel
defined. - Put some whitespace in front before invoking code completion.
- Accept the item.
- All leading whitespace is deleted.
{
"isIncomplete": false,
"items": [
{
"label": "driver"
}
]
}