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