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
+15-4Lines changed: 15 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -595,10 +595,21 @@
595
595
"scope": "machine-overridable"
596
596
},
597
597
"swift.showTestCodeLenses": {
598
-
"type": "boolean",
598
+
"type": [
599
+
"boolean",
600
+
"array"
601
+
],
599
602
"default": true,
600
-
"markdownDescription": "Controls whether or not to show inline code lenses for running and debugging tests inline, above test and suite declarations.",
601
-
"scope": "application"
603
+
"markdownDescription": "Controls whether or not to show inline code lenses for running and debugging tests inline, above test and suite declarations. If set to an array, specify one or more of the following: 'run', 'debug', 'coverage'.",
0 commit comments