{
    // 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": "Heraeus Test",
            "program": "c:\\Data\\P\\factory-x\\test_heraeus\\index.js",
            "cwd": "C:\\Data\\P\\factory-x"
        },
        {
            "type": "node",
            "request": "launch",
            "name": "Heraeus Fast",
            "program": "c:\\Data\\P\\factory-x\\test_heraeus\\fast",
            "cwd": "C:\\Data\\P\\factory-x"
        },
        {
            "type": "node",
            "request": "launch",
            "name": "Wrigley Test",
            "program": "c:\\Data\\P\\factory-x\\test_wrigley\\index.js",
            "cwd": "C:\\Data\\P\\factory-x"
        },
        {
            "type": "node",
            "request": "launch",
            "name": "Wrigley Fast",
            "program": "c:\\Data\\P\\factory-x\\test_wrigley\\fast",
            "cwd": "C:\\Data\\P\\factory-x"
        },
        {
            "type": "node",
            "request": "launch",
            "name": "Novosana Test",
            "program": "c:\\Data\\P\\factory-x\\test_novosana\\index.js",
            "cwd": "C:\\Data\\P\\factory-x"
        },
        {
            "type": "node",
            "request": "launch",
            "name": "Novosana Fast",
            "program": "c:\\Data\\P\\factory-x\\test_novosana\\fast",
            "cwd": "C:\\Data\\P\\factory-x"
        },
        {
            "type": "node",
            "request": "launch",
            "name": "Wujiang Test",
            "program": "c:\\Data\\P\\factory-x\\test_wujiang\\index.js",
            "cwd": "C:\\Data\\P\\factory-x"
        },
        {
            "type": "node",
            "request": "launch",
            "name": "Wujiang Fast",
            "program": "c:\\Data\\P\\factory-x\\test_wujiang\\fast",
            "cwd": "C:\\Data\\P\\factory-x"
        },
        {
            "type": "node",
            "request": "launch",
            "name": "Wujiang Fast All",
            "program": "c:\\Data\\P\\factory-x\\test_wujiang\\fast_compile_all",
            "cwd": "C:\\Data\\P\\factory-x"
        },
        {
            "type": "node",
            "request": "launch",
            "name": "Beresfield Test",
            "program": "c:\\Data\\P\\factory-x\\test_beresfield\\index.js",
            "cwd": "C:\\Data\\P\\factory-x"
        },
        {
            "type": "node",
            "request": "launch",
            "name": "Example Test",
            "program": "c:\\Data\\P\\factory-x\\test_example\\index.js",
            "cwd": "C:\\Data\\P\\factory-x"
        },
        {
            "type": "node",
            "request": "launch",
            "name": "Example Fast",
            "program": "c:\\Data\\P\\factory-x\\test_example\\fast",
            "cwd": "C:\\Data\\P\\factory-x"
        },
        {
            "name": "Mocha Run",
            "type": "node",
            "request": "launch",
            "program": "C:/Data/P/factory-x/node_modules/mocha/bin/_mocha",
            "cwd": "C:/Data/P/factory-x",
            "stopOnEntry": false,
            "args": ["test/test_example_project.js"],
            "runtimeExecutable": null,
            // Environment variables passed to the program.
			"env": { "NODE_ENV": "production"}
        }
    ]
}