Skip to content
othree edited this page Sep 24, 2018 · 1 revision

Development

launch.json for VSCode

{
    "version": "0.2.0",
    "configurations": [
        {
            "type": "node",
            "request": "launch",
            "name": "Launch Program",
            "program": "${workspaceFolder}/bin/tern",
            "args": ["--verbose"],
            "cwd": "/path/to/test-project"
        }
    ]
}

Clone this wiki locally