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 @@
"profiles": { "profiles": {
"ILSpy": { "ILSpy": {
"commandName": "Executable", "commandName": "Executable",
"executablePath": ".\\ILSpy.exe" "executablePath": ".\\ILSpy.exe",
"commandLineArgs": "/separate"
}, },
"ILSpy single-instance": { "ILSpy single-instance": {
"commandName": "Executable", "commandName": "Executable",

Loading…
Cancel
Save