|
14 | 14 | "files.autoSave": "onFocusChange", |
15 | 15 | "quickCommandButtons.buttons": [ |
16 | 16 | { |
17 | | - "name": "$(git-branch) Git", |
18 | 17 | "color": "green", |
| 18 | + "name": "$(git-branch) Git", |
19 | 19 | "shortcut": "g", |
20 | 20 | "group": [ |
21 | 21 | { |
22 | | - "name": "Push", |
23 | 22 | "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" |
26 | 26 | }, |
27 | 27 | { |
28 | | - "name": "Pull", |
29 | 28 | "command": "git pull", |
30 | | - "terminalName": "Pull", |
31 | | - "shortcut": "l" |
| 29 | + "name": "Pull", |
| 30 | + "shortcut": "l", |
| 31 | + "terminalName": "Pull" |
32 | 32 | }, |
33 | 33 | { |
34 | | - "name": "Commit", |
35 | 34 | "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" |
38 | 38 | }, |
39 | 39 | { |
40 | | - "name": "Reset Soft", |
41 | 40 | "command": "git reset --soft HEAD~1", |
42 | | - "terminalName": "Reset Soft", |
43 | | - "shortcut": "r" |
| 41 | + "name": "Reset Soft", |
| 42 | + "shortcut": "r", |
| 43 | + "terminalName": "Reset Soft" |
44 | 44 | }, |
45 | 45 | { |
46 | | - "name": "Rebase 5", |
47 | 46 | "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" |
50 | 50 | }, |
51 | 51 | { |
52 | | - "name": "Checkout main", |
53 | 52 | "command": "git checkout main", |
54 | | - "terminalName": "Checkout main", |
55 | | - "shortcut": "m" |
| 53 | + "name": "Checkout main", |
| 54 | + "shortcut": "m", |
| 55 | + "terminalName": "Checkout main" |
56 | 56 | } |
57 | 57 | ] |
58 | 58 | }, |
59 | 59 | { |
60 | | - "name": "$(package) Package", |
61 | 60 | "color": "orange", |
62 | 61 | "command": "just package && just install-package", |
63 | | - "terminalName": "Install Package", |
64 | | - "shortcut": "i" |
| 62 | + "name": "$(package) Package", |
| 63 | + "shortcut": "i", |
| 64 | + "terminalName": "Install Package" |
65 | 65 | }, |
66 | 66 | { |
67 | | - "name": "$(browser) Web View", |
68 | 67 | "color": "purple", |
69 | 68 | "command": "just run-view", |
70 | | - "terminalName": "Web View", |
71 | | - "shortcut": "v" |
| 69 | + "name": "$(browser) Web View", |
| 70 | + "shortcut": "v", |
| 71 | + "terminalName": "Web View" |
72 | 72 | }, |
73 | 73 | { |
| 74 | + "color": "teal", |
74 | 75 | "name": "$(tools) Utils", |
75 | 76 | "shortcut": "u", |
76 | | - "color": "teal", |
77 | 77 | "group": [ |
78 | 78 | { |
79 | | - "name": "Deps", |
80 | 79 | "command": "just deps", |
81 | | - "terminalName": "Deps", |
82 | | - "shortcut": "d" |
| 80 | + "name": "Deps", |
| 81 | + "shortcut": "d", |
| 82 | + "terminalName": "Deps" |
83 | 83 | }, |
84 | 84 | { |
85 | | - "name": "Lint", |
86 | 85 | "command": "just lint", |
87 | | - "terminalName": "Lint", |
88 | | - "shortcut": "l" |
| 86 | + "name": "Lint", |
| 87 | + "shortcut": "l", |
| 88 | + "terminalName": "Lint" |
89 | 89 | } |
90 | 90 | ] |
91 | 91 | }, |
92 | 92 | { |
93 | | - "name": "$(beaker) Test", |
94 | 93 | "color": "tomato", |
95 | 94 | "command": "just test", |
96 | | - "terminalName": "Test", |
97 | | - "shortcut": "t" |
| 95 | + "name": "$(beaker) Test", |
| 96 | + "shortcut": "t", |
| 97 | + "terminalName": "Test" |
98 | 98 | }, |
99 | 99 | { |
100 | | - "name": "$(rocket) Release", |
101 | 100 | "color": "Orange", |
102 | 101 | "command": "just release", |
103 | | - "useVsCodeApi": false, |
104 | | - "terminalName": "Release" |
| 102 | + "name": "$(rocket) Release", |
| 103 | + "terminalName": "Release", |
| 104 | + "useVsCodeApi": false |
105 | 105 | }, |
106 | 106 | { |
107 | | - "name": "$(hubot) Claude", |
108 | 107 | "color": "blue", |
109 | | - "shortcut": "c", |
110 | 108 | "command": "export IS_SANDBOX=1 && claude --dangerously-skip-permissions", |
| 109 | + "name": "$(hubot) Claude", |
| 110 | + "shortcut": "c", |
111 | 111 | "terminalName": "Claude Yolo", |
112 | 112 | "useVsCodeApi": false |
113 | 113 | } |
|
0 commit comments