.vscode/launch.json in browser_app_base-0.1.2 vs .vscode/launch.json in browser_app_base-0.1.3
- old
+ new
@@ -13,9 +13,10 @@
{
"name": "Debug start.rb",
"type": "Ruby",
"request": "launch",
"cwd": "${workspaceRoot}/lib/template",
+ "args": [ "test" ],
"program": "${workspaceRoot}/lib/template/start.rb"
}
]
}
\ No newline at end of file