5 lines
133 B
Lua
5 lines
133 B
Lua
|
return {
|
||
|
"microsoft/vscode-js-debug",
|
||
|
build = "npm install --legacy-peer-deps && npx gulp vsDebugServerBundle && mv dist out",
|
||
|
}
|