From 906ba2e5e3e430ae43de8b76e7999c8933fea233 Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Thu, 6 Jan 2022 01:22:31 +0100 Subject: [PATCH] Add single-instance launch config --- ILSpy/Properties/launchSettings.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ILSpy/Properties/launchSettings.json b/ILSpy/Properties/launchSettings.json index 03788db79..e1ca38476 100644 --- a/ILSpy/Properties/launchSettings.json +++ b/ILSpy/Properties/launchSettings.json @@ -2,8 +2,11 @@ "profiles": { "ILSpy": { "commandName": "Executable", - "executablePath": ".\\ILSpy.exe", - "commandLineArgs": "/separate" + "executablePath": ".\\ILSpy.exe" + }, + "ILSpy single-instance": { + "commandName": "Executable", + "executablePath": ".\\ILSpy.exe" } } } \ No newline at end of file