Skip to content

Commit d1b7e43

Browse files
committed
Remove Debugger.Launch from open file association path fix #691
1 parent fd79731 commit d1b7e43

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Analogy/CommonChangeLog.cs

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ public static IEnumerable<AnalogyChangeLog> GetChangeLog()
1111
{
1212
return new List<AnalogyChangeLog>
1313
{
14+
new AnalogyChangeLog("V4.3.3 - Remove Debugger.Launch from open file association path #691",AnalogChangeLogType.Improvement,"Lior Banai",new DateTime(2020,11,28)),
1415
new AnalogyChangeLog("V4.3.3 - Move User Statistics outside of user settings #689",AnalogChangeLogType.Improvement,"Lior Banai",new DateTime(2020,11,28)),
1516
new AnalogyChangeLog("V4.3.3 - Auto restart real time provider selection is broken #688",AnalogChangeLogType.Bug,"Lior Banai",new DateTime(2020,11,28)),
1617
new AnalogyChangeLog("V4.3.3 - [Feature] Restore Extensions code (User control) #687",AnalogChangeLogType.Feature,"Lior Banai",new DateTime(2020,11,28)),

Analogy/Forms/MainForm.cs

-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@ private void LoadStartupExtensions()
370370
}
371371
private async Task OpenOfflineFileWithSpecificDataProvider(string[] files)
372372
{
373-
Debugger.Launch();
374373
while (!Initialized)
375374
{
376375
await Task.Delay(250);

0 commit comments

Comments
 (0)