summaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorStephan Dilly <dilly.stephan@gmail.com>2020-05-11 14:45:37 +0200
committerStephan Dilly <dilly.stephan@gmail.com>2020-05-11 17:20:34 +0200
commit0e9ba8aef6e7f18bb6deb7d7d6623ca51cbddf28 (patch)
tree94291df91f2105ad36a05a792acb962ac6c9e75f /.vscode
parentfa2aabfee0f16e0517aaa364eb2158eab3966b2c (diff)
Move status tab into its own component
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
new file mode 100644
index 00000000..4f8d5082
--- /dev/null
+++ b/.vscode/launch.json
@@ -0,0 +1,13 @@
+{
+ "version": "0.2.0",
+ "configurations": [
+ {
+ "name": "(OSX) Launch",
+ "type": "lldb",
+ "request": "launch",
+ "program": "${workspaceRoot}/target/debug/gitui",
+ "args": [],
+ "cwd": "${workspaceRoot}",
+ }
+ ]
+} \ No newline at end of file