Browse Source

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

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

22
ILSpy/Properties/launchSettings.json

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