Make sure you have installed lunarvim.
Copy default lvim configuration to a save location in case you want to restore it.
cp ~/.config/lvim/ ~/.config/lvim.default/
Clone this repo to lvim's configuration path.
git clone https://github.com/cladera/lvim.git ~/.config/lvim
- Clone
vscode-js-debug
git clone https://github.com/microsoft/vscode-js-debug.git ~/.local/share/lvim/mason/packages/js-debug-adapter
- Build adapter
cd ~/.local/share/lvim/mason/packages/js-debug-adapter/
npm install --legacy-peer-deps && npx gulp vsDebugServerBundle && mv dist out