.vscode/tasks.json

{
    // See https://go.microsoft.com/fwlink/?LinkId=733558
    // for the documentation about the tasks.json format
    "version": "2.0.0",
    "tasks": [
        {
            "label": "Intel",
            "type": "shell",
            "command": "start powershell {\"C:\\Crestron\\Flex\\FlexAnalyser\\FlexAnalyser.ps1\" -FlexLog \"C:\\Crestron\\Cases\\210126-000715\\FlexLogs_MRUCFR5A69_20210126-171233.zip\"}",
            "problemMatcher": [],
            "group": {
                "kind": "test",
                "isDefault": true
            }
        },
        {
            "label": "Intel - Crestron",
            "type": "shell",
            "command": "start powershell {\"C:\\Crestron\\Flex\\FlexAnalyser\\FlexAnalyser.ps1\" -FlexLog \"C:\\Crestron\\Flex\\TestLogs\\Intel\\FlexLogs_C4-54B2031BF891_20210208-214336.zip\"}",
            "problemMatcher": [],
            "group": {
                "kind": "test",
                "isDefault": true
            }
        },
        {
            "label": "ASUS",
            "type": "shell",
            "command": "start powershell {\"C:\\Crestron\\Flex\\FlexAnalyser\\FlexAnalyser.ps1\" -FlexLog \"C:\\Crestron\\Flex\\TestLogs\\ASUS\\FlexLogs_A4-244BFE2D5EBC_20210208-194827.zip\"}",
            "problemMatcher": [],
            "group": {
                "kind": "test",
                "isDefault": true
            }
        }
    ]
}