koush / vscode-quickjs-debug

QuickJS Debug Adapter for VS Code
MIT License
151 stars 27 forks source link

Update vscode dev dependency and fix build errors #8

Open eloparco opened 1 year ago

eloparco commented 1 year ago

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.

HuanAC47 commented 4 hours ago

OK ❤️