Skip to content

Commit e962cb0

Browse files
committed
[no ci] Added .json, .yaml to the default ext map
1 parent 8fc01c5 commit e962cb0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

VSDebugCoreLib/SettingsManager.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,9 @@ public void LoadSettings()
314314
new Tuple<string, string>(".bin", "Hex Editor"),
315315
new Tuple<string, string>(".dmp", "Hex Editor"),
316316
new Tuple<string, string>(".hex", "Hex Editor"),
317-
new Tuple<string, string>(".txt", "Text Editor")
317+
new Tuple<string, string>(".txt", "Text Editor"),
318+
new Tuple<string, string>(".json", "Text Editor"),
319+
new Tuple<string, string>(".yaml", "Text Editor")
318320
};
319321
}
320322
}

0 commit comments

Comments
 (0)