.vscode/launch.json in pod-builder-0.1.4 vs .vscode/launch.json in pod-builder-0.1.5
- old
+ new
@@ -3,10 +3,23 @@
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
+ "name": "No Command",
+ "type": "Ruby",
+ "request": "launch",
+ "cwd": "/Users/tomas/Documents/Xcode/Subito4",
+ "useBundler": true,
+ "program": "${workspaceRoot}/exe/pod_builder",
+ "showDebuggerOutput": true,
+ "pathToRDebugIDE": "/usr/bin/rdebug-ide",
+ "args": [
+
+ ]
+ },
+ {
"name": "Init",
"type": "Ruby",
"request": "launch",
"cwd": "/Users/tomas/Documents/Xcode/Subito4",
"useBundler": true,
@@ -40,11 +53,11 @@
"showDebuggerOutput": true,
"pathToRDebugIDE": "/usr/bin/rdebug-ide",
"args": [
"build",
"-d",
- "SBTUITestTunnel/Server",
+ "SBTGalleryView",
]
},
{
"name": "Build All",
"type": "Ruby",
@@ -54,9 +67,10 @@
"program": "${workspaceRoot}/exe/pod_builder",
"showDebuggerOutput": true,
"pathToRDebugIDE": "/usr/bin/rdebug-ide",
"args": [
"build_all",
+ "-d"
]
},
{
"name": "Restore All",
"type": "Ruby",
\ No newline at end of file