fix: fix inlinecompletion errors

This commit is contained in:
Ruben Fiszel
2025-08-16 10:20:21 +00:00
parent 862d72bee3
commit 4c4ba96e2a

View File

@@ -184,6 +184,8 @@ export class Autocompletor {
]
}
},
// @ts-ignore
disposeInlineCompletions: () => {},
freeInlineCompletions: () => {}
}
)