From 19c0387c6aa4f83bb6a73ef9076bd7236b6c300e Mon Sep 17 00:00:00 2001 From: Dominique Louis Date: Thu, 28 Sep 2023 18:17:33 +0100 Subject: [PATCH] Add Port Select to launchSettings.json --- Source/v2/Meadow.Cli/Properties/launchSettings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/v2/Meadow.Cli/Properties/launchSettings.json b/Source/v2/Meadow.Cli/Properties/launchSettings.json index ee03220d..0ca4f62d 100644 --- a/Source/v2/Meadow.Cli/Properties/launchSettings.json +++ b/Source/v2/Meadow.Cli/Properties/launchSettings.json @@ -15,6 +15,10 @@ "commandName": "Project", "commandLineArgs": "port list" }, + "Port Select": { + "commandName": "Project", + "commandLineArgs": "port select" + }, "Listen": { "commandName": "Project", "commandLineArgs": "listen"