We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e434a8 commit 381eca1Copy full SHA for 381eca1
src/PowerShellEditorServices/Services/CodeLens/PesterCodeLensProvider.cs
@@ -106,7 +106,7 @@ public CodeLens[] ProvideCodeLenses(ScriptFile scriptFile)
106
continue;
107
}
108
109
- if (!_configurationService.CurrentSettings.Pester.EnableLegacyCodeLens
+ if (_configurationService.CurrentSettings.Pester.EnableLegacyCodeLens
110
&& pesterSymbol.Command != PesterCommandType.Describe)
111
{
112
0 commit comments