I was running into this problem: https://github.com/microsoft/vscode/issues/120064, so I had to update the vscode dependency.
Then I started getting some errors when running npm install and I fixed those as well.
After the changes I can do RUN AND DEBUG > Extension + Server from vscode and run QuickJS with the debugger successfully.
I was running into this problem: https://github.com/microsoft/vscode/issues/120064, so I had to update the
vscode
dependency. Then I started getting some errors when runningnpm install
and I fixed those as well.After the changes I can do
RUN AND DEBUG > Extension + Server
from vscode and run QuickJS with the debugger successfully.