Skip to content

Commit 8c64d46

Browse files
author
Deyan Totev
committed
chore@small
1 parent 355bc98 commit 8c64d46

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

package.json

-36
Original file line numberDiff line numberDiff line change
@@ -57,42 +57,6 @@
5757
"type": "object",
5858
"title": "CodeMetrics configuration",
5959
"properties": {
60-
"codemetrics.basics.ComplexityColorLowLight": {
61-
"scope": "resource",
62-
"default": "#4bb14f",
63-
"description": "Color for the low complexity level",
64-
"type": "string"
65-
},
66-
"codemetrics.basics.ComplexityColorNormalLight": {
67-
"scope": "resource",
68-
"default": "#ffc208",
69-
"description": "Color for the normal complexity level",
70-
"type": "string"
71-
},
72-
"codemetrics.basics.ComplexityColorHighLight": {
73-
"scope": "resource",
74-
"default": "#f44034",
75-
"description": "Color for the high complexity level",
76-
"type": "string"
77-
},
78-
"codemetrics.basics.ComplexityColorExtremeLight": {
79-
"scope": "resource",
80-
"default": "#f1f",
81-
"description": "Color for the extreme complexity level",
82-
"type": "string"
83-
},
84-
"codemetrics.basics.ComplexityColorLow": {
85-
"scope": "resource",
86-
"default": "#4bb14f",
87-
"description": "Color for the low complexity level",
88-
"type": "string"
89-
},
90-
"codemetrics.basics.ComplexityColorNormal": {
91-
"scope": "resource",
92-
"default": "#ffc208",
93-
"description": "Color for the normal complexity level",
94-
"type": "string"
95-
},
9660
"codemetrics.basics.ComplexityColorHigh": {
9761
"scope": "resource",
9862
"default": "#f44034",

0 commit comments

Comments
 (0)