Skip to content

Commit

Permalink
Add Port Select to launchSettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
CartBlanche committed Sep 28, 2023
1 parent 2d7de4f commit 19c0387
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/v2/Meadow.Cli/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
"commandName": "Project",
"commandLineArgs": "port list"
},
"Port Select": {
"commandName": "Project",
"commandLineArgs": "port select"
},
"Listen": {
"commandName": "Project",
"commandLineArgs": "listen"
Expand Down

0 comments on commit 19c0387

Please sign in to comment.