This reverts commit 673dbeee09d30c32bf4a6c93a96cfa7bb147dfa1.
@@ -81,6 +81,7 @@ export function Autocomplete(props: {
const extmarkId = input.extmarks.create({
start: extmarkStart,
end: extmarkEnd,
+ virtual: true,
styleId,
typeId: props.promptPartTypeId(),
})
@@ -310,6 +310,7 @@ export function Prompt(props: PromptProps) {
start,
end,
typeId: promptPartTypeId,