Skip to content

Commit ddda3c6

Browse files
committed
revert launch.json change
1 parent 93031ff commit ddda3c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.vscode/launch.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
]
1717
},
1818
"program": "target/debug/d4tools",
19-
"env": {"RUST_LOG": "info", "RUST_BACKTRACE": "1"},
20-
"args": ["view", "${workspaceFolder}/fdr.peaks.d4", "chr1:1-59999"],
21-
"cwd": "${workspaceFolder}"
19+
"env": {"RUST_LOG": "info"},
20+
"args": ["create", "-g", "/tmp/1.g", "/tmp/1.bedgraph"],
21+
"cwd": "/tmp"
2222
},
2323
{
2424
"type": "lldb",
@@ -30,4 +30,4 @@
3030
"args": ["test3.py"]
3131
},
3232
]
33-
}
33+
}

0 commit comments

Comments
 (0)