microsoft / vscode-mock-debug

Starter sample for developing debug adapters for VSCode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add an example of ui feedback

raix opened this issue · comments

I've created a debugger for perl, I've used this repo to get started, made things much easier so thanks!

Now I'm facing a challenge where the adapter should communicate to the user eg. "Please install PadWalker for variable inspection to work" - It would be nice to trigger a snackbar in the ui.

Maybe an example on how to do dependency checks on activation and on the fly?

@raix there are basically two approaches for adding UI for a debugger extension: