.vscode/settings.json

{
    "devskim.ignoreRulesList": [
        // Restricted functions
        "DS104456"
    ],
 
    "powershell.scriptAnalysis.settingsPath": "PSScriptAnalyzerSettings.psd1"
}