Browse Source

Add /separate cmd-line argument to launchSettings.json

pull/2626/head
Siegfried Pammer 3 years ago
parent
commit
294ebb8736
  1. 3
      ILSpy/Properties/launchSettings.json

3
ILSpy/Properties/launchSettings.json

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

Loading…
Cancel
Save