File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 3
3
snippet fix " fix conventional commit"
4
4
fix(${1: scope } ): ${2: title }
5
5
6
- ${0: body }
6
+ ${0: ${VISUAL} }
7
7
8
8
endsnippet
9
9
10
10
snippet feat " feat conventional commit"
11
11
feat(${1: scope } ): ${2: title }
12
12
13
- ${0: body }
13
+ ${0: ${VISUAL} }
14
14
15
15
endsnippet
16
16
17
17
snippet chore " chore conventional commit"
18
18
chore(${1: scope } ): ${2: title }
19
19
20
- ${0: body }
20
+ ${0: ${VISUAL} }
21
21
22
22
endsnippet
23
23
24
24
snippet docs " docs conventional commit"
25
25
docs(${1: scope } ): ${2: title }
26
26
27
- ${0: body }
27
+ ${0: ${VISUAL} }
28
28
29
29
endsnippet
30
30
31
31
snippet refactor " refactor conventional commit"
32
32
refactor(${1: scope } ): ${2: title }
33
33
34
- ${0: body }
34
+ ${0: ${VISUAL} }
35
35
36
36
endsnippet
37
37
38
38
snippet test " test conventional commit"
39
39
test(${1: scope } ): ${2: title }
40
40
41
- ${0: body }
41
+ ${0: ${VISUAL} }
42
42
43
43
endsnippet
44
44
45
45
snippet ci " ci conventional commit"
46
46
ci(${1: scope } ): ${2: title }
47
47
48
- ${0: body }
48
+ ${0: ${VISUAL} }
49
49
50
50
endsnippet
51
-
You can’t perform that action at this time.
0 commit comments