From 294ebb8736d7f89e68578964b317d4873ac77985 Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Sat, 5 Feb 2022 23:27:56 +0100 Subject: [PATCH] Add /separate cmd-line argument to launchSettings.json --- ILSpy/Properties/launchSettings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ILSpy/Properties/launchSettings.json b/ILSpy/Properties/launchSettings.json index e1ca38476..706f4dfc0 100644 --- a/ILSpy/Properties/launchSettings.json +++ b/ILSpy/Properties/launchSettings.json @@ -2,7 +2,8 @@ "profiles": { "ILSpy": { "commandName": "Executable", - "executablePath": ".\\ILSpy.exe" + "executablePath": ".\\ILSpy.exe", + "commandLineArgs": "/separate" }, "ILSpy single-instance": { "commandName": "Executable",