Skip to content

Commit 8ce4da7

Browse files
committed
Set setting scope to 'application'
1 parent 72a79fb commit 8ce4da7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,8 @@
586586
"swift.showTestCodeLenses": {
587587
"type": "boolean",
588588
"default": false,
589-
"markdownDescription": "Controls whether or not to show inline code lenses for running and debugging tests inline, above test and suite declarations."
589+
"markdownDescription": "Controls whether or not to show inline code lenses for running and debugging tests inline, above test and suite declarations.",
590+
"scope": "application"
590591
}
591592
}
592593
},

0 commit comments

Comments
 (0)