sudo pacman -S nvim git clone [email protected]:BingCoke/nvim-conf.git ~/.config/nvim
- ripgrep for telescope.nvim
- npm
- go
- python3
- unzip
install vscode-js-debug
git clone https://github.com/microsoft/vscode-js-debug
cd vscode-js-debug
npm install --legacy-peer-deps
npx gulp vsDebugServerBundle
mv dist out
set your vscode-js-debug postion in dap/dap-ts.lua
debugger_path = "/home/bk/tools/vscode-js-debug",
make google-chrome start with debug (make sure 9222 port)
google-chrome-stable --remote-debugging-port=9222