Skip to content

Commit 0e9ba8a

Browse files
author
Stephan Dilly
committed
Move status tab into its own component
1 parent fa2aabf commit 0e9ba8a

File tree

8 files changed

+558
-420
lines changed

8 files changed

+558
-420
lines changed

.vscode/launch.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"name": "(OSX) Launch",
6+
"type": "lldb",
7+
"request": "launch",
8+
"program": "${workspaceRoot}/target/debug/gitui",
9+
"args": [],
10+
"cwd": "${workspaceRoot}",
11+
}
12+
]
13+
}

0 commit comments

Comments
 (0)