UNPKG

malta

Version:

Lightning builder allows to compose on the fly and update packed and full coded huge files, edit its parts as files, splitted and glued as You need.

26 lines 794 B
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name": "Launch bin", "program": "${workspaceFolder}/src/bin.js" }, { "type": "node", "request": "launch", "name": "Launch prog", "program": "${workspaceFolder}/src/index.js" }, { "type": "node", "request": "launch", "name": "Launch build", "program": "${workspaceFolder}/src/bin.js devtest/multi.json" } ] }