[PTRun][Program]Run commands: Support for MSC and CPL (#23668)

* code changes

* spell fix

* dev docs

* update tests

* Code improvement
This commit is contained in:
Heiko
2023-02-13 20:15:25 +01:00
committed by GitHub
parent 00e10d38c2
commit e4e1b5b43d
4 changed files with 29 additions and 3 deletions

View File

@@ -17,6 +17,8 @@ namespace Microsoft.Plugin.Program
public List<string> ProgramSuffixes { get; set; } = new List<string>() { "bat", "appref-ms", "exe", "lnk", "url" };
public List<string> RunCommandSuffixes { get; set; } = new List<string>() { "bat", "appref-ms", "exe", "lnk", "url", "cpl", "msc" };
public bool EnableStartMenuSource { get; set; } = true;
public bool EnableDesktopSource { get; set; } = true;