Skip to content

Commit 9d399ed

Browse files
committed
Set setting scope to 'application'
1 parent cae2b7e commit 9d399ed

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
@@ -597,7 +597,8 @@
597597
"swift.showTestCodeLenses": {
598598
"type": "boolean",
599599
"default": false,
600-
"markdownDescription": "Controls whether or not to show inline code lenses for running and debugging tests inline, above test and suite declarations."
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"
601602
}
602603
}
603604
},

0 commit comments

Comments
 (0)