Skip to content

Commit 0c10d21

Browse files
committed
chore: sort workspace action buttons
1 parent 097ad00 commit 0c10d21

1 file changed

Lines changed: 40 additions & 40 deletions

File tree

.vscode/settings.json

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -14,100 +14,100 @@
1414
"files.autoSave": "onFocusChange",
1515
"quickCommandButtons.buttons": [
1616
{
17-
"name": "$(git-branch) Git",
1817
"color": "green",
18+
"name": "$(git-branch) Git",
1919
"shortcut": "g",
2020
"group": [
2121
{
22-
"name": "Push",
2322
"command": "git add . && git commit --amend --no-edit && git push -f",
24-
"terminalName": "Forced Push",
25-
"shortcut": "p"
23+
"name": "Push",
24+
"shortcut": "p",
25+
"terminalName": "Forced Push"
2626
},
2727
{
28-
"name": "Pull",
2928
"command": "git pull",
30-
"terminalName": "Pull",
31-
"shortcut": "l"
29+
"name": "Pull",
30+
"shortcut": "l",
31+
"terminalName": "Pull"
3232
},
3333
{
34-
"name": "Commit",
3534
"command": "git add . && git commit --amend --no-edit",
36-
"terminalName": "Add and Commit Amend",
37-
"shortcut": "c"
35+
"name": "Commit",
36+
"shortcut": "c",
37+
"terminalName": "Add and Commit Amend"
3838
},
3939
{
40-
"name": "Reset Soft",
4140
"command": "git reset --soft HEAD~1",
42-
"terminalName": "Reset Soft",
43-
"shortcut": "r"
41+
"name": "Reset Soft",
42+
"shortcut": "r",
43+
"terminalName": "Reset Soft"
4444
},
4545
{
46-
"name": "Rebase 5",
4746
"command": "git rebase -i HEAD~5",
48-
"terminalName": "Rebase Interactive 5",
49-
"shortcut": "b"
47+
"name": "Rebase 5",
48+
"shortcut": "b",
49+
"terminalName": "Rebase Interactive 5"
5050
},
5151
{
52-
"name": "Checkout main",
5352
"command": "git checkout main",
54-
"terminalName": "Checkout main",
55-
"shortcut": "m"
53+
"name": "Checkout main",
54+
"shortcut": "m",
55+
"terminalName": "Checkout main"
5656
}
5757
]
5858
},
5959
{
60-
"name": "$(package) Package",
6160
"color": "orange",
6261
"command": "just package && just install-package",
63-
"terminalName": "Install Package",
64-
"shortcut": "i"
62+
"name": "$(package) Package",
63+
"shortcut": "i",
64+
"terminalName": "Install Package"
6565
},
6666
{
67-
"name": "$(browser) Web View",
6867
"color": "purple",
6968
"command": "just run-view",
70-
"terminalName": "Web View",
71-
"shortcut": "v"
69+
"name": "$(browser) Web View",
70+
"shortcut": "v",
71+
"terminalName": "Web View"
7272
},
7373
{
74+
"color": "teal",
7475
"name": "$(tools) Utils",
7576
"shortcut": "u",
76-
"color": "teal",
7777
"group": [
7878
{
79-
"name": "Deps",
8079
"command": "just deps",
81-
"terminalName": "Deps",
82-
"shortcut": "d"
80+
"name": "Deps",
81+
"shortcut": "d",
82+
"terminalName": "Deps"
8383
},
8484
{
85-
"name": "Lint",
8685
"command": "just lint",
87-
"terminalName": "Lint",
88-
"shortcut": "l"
86+
"name": "Lint",
87+
"shortcut": "l",
88+
"terminalName": "Lint"
8989
}
9090
]
9191
},
9292
{
93-
"name": "$(beaker) Test",
9493
"color": "tomato",
9594
"command": "just test",
96-
"terminalName": "Test",
97-
"shortcut": "t"
95+
"name": "$(beaker) Test",
96+
"shortcut": "t",
97+
"terminalName": "Test"
9898
},
9999
{
100-
"name": "$(rocket) Release",
101100
"color": "Orange",
102101
"command": "just release",
103-
"useVsCodeApi": false,
104-
"terminalName": "Release"
102+
"name": "$(rocket) Release",
103+
"terminalName": "Release",
104+
"useVsCodeApi": false
105105
},
106106
{
107-
"name": "$(hubot) Claude",
108107
"color": "blue",
109-
"shortcut": "c",
110108
"command": "export IS_SANDBOX=1 && claude --dangerously-skip-permissions",
109+
"name": "$(hubot) Claude",
110+
"shortcut": "c",
111111
"terminalName": "Claude Yolo",
112112
"useVsCodeApi": false
113113
}

0 commit comments

Comments
 (0)