-
Notifications
You must be signed in to change notification settings - Fork 0
/
lcl.code-workspace
79 lines (79 loc) · 1.62 KB
/
lcl.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
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"*.css": "scss",
"files.insertFinalNewline": "false"
},
"references.preferredLocation": "view",
"vscodeGitCommit.template": ["{emoji} {message} "],
"vscodeGitCommit.variables": {
"emoji": [
{
"label": ":tada:",
"detail": "🎉 新版本"
},
{
"label": ":sparkles:",
"detail": "✨ 新功能"
},
{
"label": ":bug:",
"detail": "🐛 Bug"
},
{
"label": ":wrench:",
"detail": "🔧 调整配置"
},
{
"label": ":hammer:",
"detail": "🔨 重构"
},
{
"label": ":fire:",
"detail": "🔥 删除"
},
{
"label": ":art:",
"detail": "🎨 美术"
},
{
"label": ":musical_note:",
"detail": "🎵 音乐"
},
{
"label": ":construction:",
"detail": "🚧 工具链"
},
{
"label": ":lipstick:",
"detail": "💄 代码格式"
},
{
"label": ":rocket:",
"detail": "🚀 优化"
},
{
"label": ":package:",
"detail": "📦 新平台"
},
{
"label": ":truck:",
"detail": "🚛 目录结构"
},
{
"label": ":memo:",
"detail": "📄 文档"
},
{
"label": ":zap:",
"detail": "⚡ 未归类"
}
]
}
}
}