From aef42bc74c4b34714a46c8d09e126c6990b18174 Mon Sep 17 00:00:00 2001 From: RohitM-IN Date: Thu, 18 Jan 2024 19:14:41 +0530 Subject: [PATCH] Update launch settings --- src/Properties/launchSettings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Properties/launchSettings.json b/src/Properties/launchSettings.json index 88e9335..8e2a033 100644 --- a/src/Properties/launchSettings.json +++ b/src/Properties/launchSettings.json @@ -10,6 +10,10 @@ "config": { "commandName": "Project", "commandLineArgs": "config" + }, + "status": { + "commandName": "Project", + "commandLineArgs": "status" } } } \ No newline at end of file