Open
Description
I want to build a VSCode extension for showing IntelliSense for design tokens for a UI library. More context on the use-case here.
I'm trying to understand how to do this with the Direct Implementation of "Show Code Completion Proposals" but the code example only mentions that we're supposed to use a getDisposable()
function without any explanation of where to import this function from or what it's supposed to do if we've to write this on our own.
ctx.subscriptions.push(getDisposable());