diff --git a/src/utils/powershell/dangerousCmdlets.ts b/src/utils/powershell/dangerousCmdlets.ts index a14905b..756af89 100644 --- a/src/utils/powershell/dangerousCmdlets.ts +++ b/src/utils/powershell/dangerousCmdlets.ts @@ -183,3 +183,4 @@ export const NEVER_SUGGEST: ReadonlySet = (() => { ]) return new Set([...core, ...aliasesOf(core)]) })() +