File tree Expand file tree Collapse file tree 5 files changed +710
-836
lines changed
Expand file tree Collapse file tree 5 files changed +710
-836
lines changed Original file line number Diff line number Diff line change 1- #! /usr/bin/env sh
2- . " $( dirname -- " $0 " ) /_/husky.sh"
3-
4- # Commitlint check
5- npx commitlint --edit " $1 " > /dev/null 2>&1
1+ npx --no -- commitlint --edit "${1:-.git/COMMIT_EDITMSG}"
62RESULT=$?
73
84if [ $RESULT -ne 0 ]; then
Original file line number Diff line number Diff line change 1- # #!/usr/bin/env sh
2- # . "$(dirname -- "$0")/_/husky.sh"
3-
41npm test
Original file line number Diff line number Diff line change 119119 "conventionalCommits.promptBody" : true ,
120120 "conventionalCommits.promptFooter" : true ,
121121
122+ // ======================================
123+ // Custom Title Bar Colors
124+ // ======================================
125+
122126 "workbench.colorCustomizations" : {
123- "titleBar.activeBackground" : " #113963 " ,
127+ "titleBar.activeBackground" : " #231163b3 " ,
124128 "titleBar.activeForeground" : " #e7e7e7" ,
125- "titleBar.inactiveBackground" : " #0f3459 " ,
129+ "titleBar.inactiveBackground" : " #1c0e50cb " ,
126130 "titleBar.inactiveForeground" : " #e7e7e799"
127131 }
128132}
You can’t perform that action at this time.
0 commit comments