microsoft / vscode-mock-debug

Starter sample for developing debug adapters for VSCode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command "AskForProgramName" not found

lanza opened this issue · comments

With a fresh install from the extension pane or following the tutorial at https://code.visualstudio.com/docs/extensions/example-debuggers you end up with "command 'AskForProgramName' not found". Probably not a difficult fix but I've never touched npm, JavaScript or VSCode extensions to know what anything does.