dotfiles/nvim/lua/plugins/vscode-js-debug.lua

5 lines
133 B
Lua
Raw Permalink Normal View History

2023-12-22 16:43:48 +01:00
return {
"microsoft/vscode-js-debug",
build = "npm install --legacy-peer-deps && npx gulp vsDebugServerBundle && mv dist out",
}