-
Notifications
You must be signed in to change notification settings - Fork 0
/
reoiam-dev.code-workspace
191 lines (191 loc) · 5.71 KB
/
reoiam-dev.code-workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
{
"folders": [
{
"name": "📁 reoiam-dev",
"path": ".",
},
{
"name": "🌏 web",
"path": "apps/web",
},
{
"name": "📮 api",
"path": "apps/api",
},
{
"name": "📦 panda-preset-radix-colors",
"path": "packages/panda-preset-radix-colors",
},
{
"name": "📦 panda-preset-radix-ui",
"path": "packages/panda-preset-radix-ui",
},
{
"name": "📦 rehype-image-optimizer",
"path": "packages/rehype-image-optimizer",
},
],
"settings": {
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
},
"eslint.options": {
"extensions": [".js", ".jsx", ".md", ".mdx", ".ts", ".tsx"],
},
"editor.quickSuggestions": {
"strings": true,
},
"panda.hovers.instances.enabled": false,
"panda.hovers.semantic-colors.enabled": true,
"panda.hovers.display.mode": "nested",
"panda.hovers.tokens.conditions.enabled": true,
"panda.hovers.tokens.css-preview.enabled": false,
"commit-message-editor.staticTemplate": ["{type}{scope} {description} {issue}", "", "{body}", "", "{footer}"],
"commit-message-editor.dynamicTemplate": ["{type}{scope} {description} {issue}", "", "{body}", "", "{footer}"],
"commit-message-editor.tokens": [
{
"label": "Type",
"name": "type",
"type": "enum",
"description": "変更の種類。",
"combobox": true,
"options": [
{
"label": "feat: ✨",
"value": "feat: ✨",
"description": "機能の実装。",
},
{
"label": "feat: ⚰️",
"value": "feat: ⚰️",
"description": "機能の削除。",
},
{
"label": "fix: 🐛",
"value": "fix: 🐛",
"description": "バグの修正。",
},
{
"label": "fix: 🐞",
"value": "fix: 🐞",
"description": "バグほどではない小さな問題の修正。",
},
{
"label": "fix: 🚑️",
"value": "fix: 🚑️",
"description": "重大なバグの修正。",
},
{
"label": "patch: 🩹",
"value": "patch: 🩹",
"description": "パッチの追加。",
},
{
"label": "doc: 📝",
"value": "doc: 📝",
"description": "ドキュメントの追加・更新。",
},
{
"label": "typo: 🖋️",
"value": "typo: 🖋️",
"description": "タイポグラフィーの追加・更新。",
},
{
"label": "style: 💄",
"value": "style: 💄",
"description": "UIやスタイルファイルの変更。",
},
{
"label": "refactor: ♻️",
"value": "refactor: ♻️",
"description": "コードのフォーマットやリファクタリング。",
},
{
"label": "test: 🧪",
"value": "test: 🧪",
"description": "テストの追加・更新。",
},
{
"label": "ci: 🦺",
"value": "ci: 🦺",
"description": "CIの変更。",
},
{
"label": "build: 📦️",
"value": "build: 📦️",
"description": "ビルドシステムや依存関係の変更。",
},
{
"label": "chore: 🔧",
"value": "chore: 🔧",
"description": "設定ファイルの変更。",
},
{
"label": "chore: 🔨",
"value": "chore: 🔨",
"description": "開発スクリプトの変更。",
},
{
"label": "chore: 🍱",
"value": "chore: 🍱",
"description": "アセットの変更。",
},
{
"label": "revert: ⏪️",
"value": "revert: ⏪️",
"description": "変更の取り消し。",
},
{
"label": "wip: 🚧",
"value": "wip: 🚧",
"description": "squashされる変更のコミット。",
},
{
"label": "initial: 🎉",
"value": "initial: 🎉",
"description": "最初のコミット。",
},
],
},
{
"label": "Scope",
"name": "scope",
"type": "text",
"description": "変更の範囲。\n例:\n・.gitignore\n・NavBar",
"prefix": " (",
"suffix": ")",
},
{
"label": "Short Description",
"name": "description",
"type": "text",
"description": "コミットの要約。\n\n例:\n・認証を実装\n・認証画面のスタイルが崩れるバグを修正",
},
{
"label": "Issue",
"name": "issue",
"type": "text",
"description": "関連するIssue番号。 e.g. #47, #53, ...",
"prefix": " (",
"suffix": ")",
},
{
"label": "Body",
"name": "body",
"type": "text",
"description": "コミットの詳細な説明。\ndescriptionと内容が一致する場合は省略しても良い。\n\n例:\n・CSSにタイポがあったため、それらを修正した。",
"maxLines": 10,
"multiline": true,
"lines": 5,
},
{
"label": "Footer",
"name": "footer",
"description": "破壊的変更についての説明。または署名。",
"type": "text",
"multiline": true,
},
],
"panda.rem-to-px.enabled": true,
},
}