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 df962d7 commit 261d7d7Copy full SHA for 261d7d7
powershell/extractor/Semmle.Extraction.PowerShell.Standalone/Options.cs
@@ -77,7 +77,7 @@ public override void InvalidArgument(string argument)
77
/// <summary>
78
/// List of extensions to include.
79
/// </summary>
80
- public IList<string> Extensions { get; } = new List<string>() { ".ps1" };
+ public IList<string> Extensions { get; } = new List<string>() { ".ps1", ".psd1" };
81
82
83
/// Files/patterns to exclude.
0 commit comments