pester/vscode-adapter

Don't ask again option in disable codelens notification doesn't work

Closed this issue · 2 comments

case 'Dont Ask Again': {
void config.update('suppressCodeLensNotice', true, true)
break
}

This tries to update powershell.pester.suppressCodeLensNotice, doesn't it? Should be pester.suppressCodeLensNotice

@fflaten thanks! Probably a goof, as I recall it was working before. I'm finishing up a major change for multi-root workspace support and then I'll double check this after that.

@fflaten thanks, I had a fire and forget on this so wasn't seeing the error that I was trying to update the powershell setting context and not the pester one. Fixed.