Skip to content

Commit 8a77ecc

Browse files
committed
Set setting scope to 'application'
1 parent 1ce7274 commit 8a77ecc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
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
},
@@ -1819,4 +1820,4 @@
18191820
"vscode-languageclient": "^9.0.1",
18201821
"xml2js": "^0.6.2"
18211822
}
1822-
}
1823+
}

0 commit comments

Comments
 (0)