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",