Skip to content

Commit 12c9300

Browse files
authored
Fix typo in description of legacy codelens description (#3086)
1 parent c5ca753 commit 12c9300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@
914914
"powershell.pester.useLegacyCodeLens": {
915915
"type": "boolean",
916916
"default": true,
917-
"description": "Use code lense that is compatible with Pester 4. Disabling this will show 'Run Tests' on all It, Describe and Context blocks, and will correctly work only with Pester 5 and newer."
917+
"description": "Use code lens that is compatible with Pester 4. Disabling this will show 'Run Tests' on all It, Describe and Context blocks, and will correctly work only with Pester 5 and newer."
918918
},
919919
"powershell.pester.outputVerbosity": {
920920
"type": "string",

0 commit comments

Comments
 (0)