fix: disable virtual extmarks for file/agent mentions (#4731)

This commit is contained in:
Tommy D. Rossi 2025-11-25 18:37:46 +01:00 committed by GitHub
parent 5288041782
commit 673dbeee09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View file

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

View file

@ -310,7 +310,6 @@ export function Prompt(props: PromptProps) {
const extmarkId = input.extmarks.create({
start,
end,
virtual: true,
styleId,
typeId: promptPartTypeId,
})