Browse Source

launchSettings.json had a /separate param included (newinstance now)

pull/3205/head
Christoph Wille 2 years ago
parent
commit
4f217e8f40
  1. 2
      ILSpy/Properties/launchSettings.json

2
ILSpy/Properties/launchSettings.json

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
"ILSpy": {
"commandName": "Executable",
"executablePath": ".\\ILSpy.exe",
"commandLineArgs": "/separate"
"commandLineArgs": "--newinstance"
},
"ILSpy single-instance": {
"commandName": "Executable",

Loading…
Cancel
Save