mirror of https://github.com/icsharpcode/ILSpy.git
1 changed files with 11 additions and 11 deletions
@ -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…
Reference in new issue