Browse Source

Add single-instance launch config

pull/2606/head
Siegfried Pammer 4 years ago
parent
commit
906ba2e5e3
  1. 7
      ILSpy/Properties/launchSettings.json

7
ILSpy/Properties/launchSettings.json

@ -2,8 +2,11 @@
"profiles": { "profiles": {
"ILSpy": { "ILSpy": {
"commandName": "Executable", "commandName": "Executable",
"executablePath": ".\\ILSpy.exe", "executablePath": ".\\ILSpy.exe"
"commandLineArgs": "/separate" },
"ILSpy single-instance": {
"commandName": "Executable",
"executablePath": ".\\ILSpy.exe"
} }
} }
} }
Loading…
Cancel
Save