From a642c8d2a2096442e394a64b8735f289574a829b Mon Sep 17 00:00:00 2001 From: barnstee Date: Thu, 10 Oct 2024 19:46:25 -0700 Subject: [PATCH] Added launch settings file. --- Properties/launchSettings.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Properties/launchSettings.json diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json new file mode 100644 index 0000000..3792a2a --- /dev/null +++ b/Properties/launchSettings.json @@ -0,0 +1,11 @@ +{ + "profiles": { + "UACloudCommander": { + "commandName": "Project" + }, + "Docker": { + "commandName": "Docker", + "publishAllPorts": true + } + } +} \ No newline at end of file