Browse Source

Add single-instance launch config

pull/2606/head
Siegfried Pammer 4 years ago
parent
commit
906ba2e5e3
  1. 7
      ILSpy/Properties/launchSettings.json

7
ILSpy/Properties/launchSettings.json

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