fix: fix inlinecompletion errors

This commit is contained in:
Ruben Fiszel
2025-08-16 10:20:21 +00:00
parent f4851e7747
commit 03c82af00a
@@ -184,6 +184,8 @@ export class Autocompletor {
]
}
},
// @ts-ignore
disposeInlineCompletions: () => {},
freeInlineCompletions: () => {}
}
)