UNPKG

alloy

Version:

TiDev Titanium MVC Framework

25 lines (24 loc) 597 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 Program", "program": "${workspaceFolder}/bin/alloy", "args": [ "compile", "--config", "platform=ios" ], "cwd": "/Users/eharris/Documents/Appcelerator_Studio_Workspace/plainAlloy", "skipFiles": [ "node_modules/**/*.js", "<node_internals>/**/*.js" ] } ] }