Skip to content

Commit d237c25

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

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
@@ -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
},
@@ -1786,4 +1787,4 @@
17861787
"vscode-languageclient": "^9.0.1",
17871788
"xml2js": "^0.6.2"
17881789
}
1789-
}
1790+
}

0 commit comments

Comments
 (0)