Browse Source

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

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

22
ILSpy/Properties/launchSettings.json

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