microsoft / vscode-debugadapter-node

Debug adapter protocol and implementation for VS Code.
Other
273 stars 79 forks source link

Got : Uncaught Error: Cannot find module 'vscode' #238

Closed Nina0408 closed 3 years ago

Nina0408 commented 4 years ago

Hi There,

I am using vscode-debugadapter-testsupport and jest to write the unit test cases for my DAP. But I got below error on TERMINAL when start running the tc as below:

屏幕快照 2020-11-12 下午6 19 55

and the error message in the debug console as below:

屏幕快照 2020-11-12 下午6 18 50

I have no idea what's wrong here, please help.

Thanks!

weinand commented 3 years ago

The "vscode-debugadapter-testsupport" cannot be used together with extensions (and the "vscode" module)