<!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ --> <!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ --> <!-- Please search existing issues to avoid creating duplicates. --> <!-- Also please test using the latest insiders build to make sure your issue has not already been fixed: https://code.visualstudio.com/insiders/ --> <!-- Use Help > Report Issue to prefill these. --> - VSCode Version: 1.53.0 - OS Version: macOS 11.2 (20D64) Steps to Reproduce: 1. Open a PowerShell script with at least one problem. 2. Open the `PSScriptAnalyzerSettings.psd1` file. 3. Add the name of the rule that's causing the problem under the `ExcludeRules` key. 4. Go back to the initial script. Current behaviour: The problem doesn't disappear. Expected behaviour: The problem should disappear. <!-- Launch with `code --disable-extensions` to check. --> Does this issue occur when all extensions are disabled?: Yes/No