Skip to content

Commit e37fd9c

Browse files
committed
[RZA-250175]: redesign home page with category
1 parent eec88e8 commit e37fd9c

File tree

18 files changed

+1854
-83
lines changed

18 files changed

+1854
-83
lines changed

abcd.code-workspace

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,12 @@
122122
"dist/**": true
123123
},
124124
"git.autofetch": true,
125-
"git.branchPrefix": "feature/",
125+
"git.branchPrefix": "feature/RZA-25000X",
126126
"git.branchProtection": [
127127
"develop",
128128
"main"
129129
],
130-
"git.branchRandomName.enable": true,
130+
"git.branchRandomName.enable": false,
131131
"git.confirmSync": false,
132132
"git.enableCommitSigning": false,
133133
"git.enableSmartCommit": true,
@@ -192,7 +192,7 @@
192192
"*.log": "default"
193193
},
194194
"zenMode.centerLayout": false,
195-
"cSpell.words": [],
195+
"cSpell.words": [ ],
196196
"workbench.editor.limit.excludeDirty": true,
197197
"files.readonlyInclude": {
198198
".githooks/**": true

0 commit comments

Comments
 (0)