Skip to content

Commit

Permalink
Merge pull request #146 from zh54321/patch-1
Browse files Browse the repository at this point in the history
Added parsing of Visual Studio Code PowerShell history file
  • Loading branch information
l0ss authored Aug 7, 2024
2 parents ae01ab9 + 04097d9 commit 5b255ea
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ Description = "Files with these exact names will be searched for PowerShell rela
MatchLocation = "FileName"
WordListType = "Exact"
MatchLength = 0
WordList = ["ConsoleHost_history\\.txt"]
Triage = "Green"
WordList = ["ConsoleHost_history\\.txt",
"Visual Studio Code Host_history\\.txt"]
Triage = "Green"

0 comments on commit 5b255ea

Please sign in to comment.