Skip to content

Commit 381eca1

Browse files
committed
Flip the option because it defaults to true
1 parent 7e434a8 commit 381eca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PowerShellEditorServices/Services/CodeLens/PesterCodeLensProvider.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public CodeLens[] ProvideCodeLenses(ScriptFile scriptFile)
106106
continue;
107107
}
108108

109-
if (!_configurationService.CurrentSettings.Pester.EnableLegacyCodeLens
109+
if (_configurationService.CurrentSettings.Pester.EnableLegacyCodeLens
110110
&& pesterSymbol.Command != PesterCommandType.Describe)
111111
{
112112
continue;

0 commit comments

Comments
 (0)