microsoft / vscode-mock-debug

Starter sample for developing debug adapters for VSCode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot run through tutorial with latest stable release of 1.62.3

leoyulee opened this issue · comments

commented

I recently tried to go through the tutorial at https://code.visualstudio.com/api/extension-guides/debugger-extension, but found out that the extension could not be debugged on my client without adjusting the version back to 1.62.3. I'm not sure if this was intentional.

"vscode": "^1.63.0"

Yes, Mock Debug requires the latest version of VS Code (stable) because it showcases new debug features of VS Code.