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 f04d06e commit d332991Copy full SHA for d332991
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