You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -56,12 +56,6 @@
56
56
"configuration": {
57
57
"title": "Socket Security",
58
58
"properties": {
59
-
"socket-security.showAllIssueTypes": {
60
-
"order": 0,
61
-
"type": "boolean",
62
-
"default": false,
63
-
"description": "Show all issue types, even issues hidden by default."
64
-
},
65
59
"socket-security.minIssueLevel": {
66
60
"order": 1,
67
61
"type": "string",
@@ -72,7 +66,7 @@
72
66
"middle",
73
67
"low"
74
68
],
75
-
"description": "Hide all issues that are less important than this level, note some issues are hidden by default so you may also wish to enable showing all issue types still."
69
+
"description": "Hide all issues that are less important than this level. Note some issues are hidden by default so you may also wish to enable showing all issue types still."
76
70
},
77
71
"socket-security.errorOverlayThreshold": {
78
72
"order": 2,
@@ -91,7 +85,7 @@
91
85
"default": 80,
92
86
"minimum": 0,
93
87
"maximum": 100,
94
-
"description": "Show error overlay for any import of a package with a summary score less than this value.",
88
+
"description": "Show overlay for any import of a package with a summary score less than this value.",
0 commit comments