2929 }
3030 ],
3131 "commentAnchors.tags.endTag" : " /" ,
32- "commentAnchors.tags.list " : [
33- {
32+ "commentAnchors.tags.anchors " : {
33+ "ANCHOR" : {
3434 "highlightColor" : " #FFFF00" ,
3535 "iconColor" : " #FFFF00" ,
3636 "scope" : " file" ,
37- "styleComment" : true ,
38- "tag" : " ANCHOR"
37+ "styleComment" : true
3938 },
40- {
39+ "NOTE" : {
4140 "highlightColor" : " #3ECCCF" ,
4241 "iconColor" : " #3ECCCF" ,
43- "scope" : " workspace" ,
44- "tag" : " NOTE"
42+ "scope" : " workspace"
4543 },
46- {
44+ "TODO" : {
4745 "highlightColor" : " #00F51D" ,
4846 "iconColor" : " #00F51D" ,
49- "scope" : " workspace" ,
50- "tag" : " TODO"
47+ "scope" : " workspace"
5148 },
52- {
49+ "REVIEW" : {
5350 "highlightColor" : " #FFB300" ,
5451 "iconColor" : " #FFB300" ,
5552 "scope" : " workspace" ,
56- "styleComment" : true ,
57- "tag" : " REVIEW"
53+ "styleComment" : true
5854 },
59- {
55+ "TEST" : {
6056 "highlightColor" : " #F55E00" ,
6157 "iconColor" : " #F55E00" ,
6258 "scope" : " workspace" ,
63- "styleComment" : true ,
64- "tag" : " TEST"
59+ "styleComment" : true
6560 },
66- {
61+ "FIXME" : {
6762 "highlightColor" : " #E60000" ,
6863 "iconColor" : " #E60000" ,
6964 "scope" : " workspace" ,
70- "styleComment" : true ,
71- "tag" : " FIXME"
65+ "styleComment" : true
7266 },
73- {
67+ "SECTION" : {
7468 "behavior" : " region" ,
7569 "highlightColor" : " #0097F5" ,
7670 "iconColor" : " #0097F5" ,
77- "scope" : " workspace" ,
78- "tag" : " SECTION"
71+ "scope" : " workspace"
7972 },
80- {
73+ "COMPONENT" : {
8174 "behavior" : " region" ,
8275 "highlightColor" : " #2ECCB7" ,
8376 "iconColor" : " #2ECCB7" ,
84- "scope" : " workspace" ,
85- "tag" : " COMPONENT"
77+ "scope" : " workspace"
8678 },
87- {
79+ "LINK" : {
8880 "behavior" : " link" ,
8981 "highlightColor" : " #2ecc71" ,
9082 "iconColor" : " #2ecc71" ,
91- "scope" : " workspace" ,
92- "tag" : " LINK"
83+ "scope" : " workspace"
9384 },
94- {
85+ "STUB" : {
9586 "highlightColor" : " #BA68C8" ,
9687 "iconColor" : " #BA68C8" ,
97- "scope" : " file" ,
98- "tag" : " STUB"
88+ "scope" : " file"
9989 }
100- ] ,
90+ } ,
10191 "commentAnchors.workspace.excludeFiles" : " **/{node_modules,.git,.idea,target,out,build,vendor,.nuxt}/**/*" ,
10292 "editor.codeActionsOnSave" : {
103- "source.fixAll" : true ,
104- "source.fixAll.eslint" : true
93+ "source.fixAll" : " explicit " ,
94+ "source.fixAll.eslint" : " explicit "
10595 },
10696 "editor.formatOnSave" : true ,
10797 "editor.formatOnType" : true ,
114104 "stylusSupremacy.insertNewLineBeforeElse" : true ,
115105 "stylusSupremacy.insertNewLineBetweenSelectors" : true ,
116106 "stylusSupremacy.insertSemicolons" : false
117- }
107+ }
0 commit comments