From 01ef7cbdfa887175eca50a43e6463f6f440d6266 Mon Sep 17 00:00:00 2001 From: ihm-tswow Date: Fri, 15 Dec 2023 00:14:41 +0100 Subject: [PATCH] Add launch profile with editor enabled --- Properties/launchSettings.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Properties/launchSettings.json diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json new file mode 100644 index 0000000..33fdfb1 --- /dev/null +++ b/Properties/launchSettings.json @@ -0,0 +1,8 @@ +{ + "profiles": { + "ProjectZ": { + "commandName": "Project", + "commandLineArgs": "editor" + } + } +} \ No newline at end of file