Skip to content

Commit be61e65

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

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
},
@@ -1813,4 +1814,4 @@
18131814
"vscode-languageclient": "^9.0.1",
18141815
"xml2js": "^0.6.2"
18151816
}
1816-
}
1817+
}

0 commit comments

Comments
 (0)