[PR #13858] [MERGED] Stop throwing exceptions for FontIcons #29788

Open
opened 2026-01-31 09:36:54 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/13858
Author: @lhecker
Created: 8/26/2022
Status: Merged
Merged: 8/29/2022
Merged by: @undefined

Base: mainHead: dev/lhecker/icon-path-exception


📝 Commits (1)

  • 63b4cf4 Stop throwing exceptions for FontIcons

📊 Changes

1 file changed (+3 additions, -1 deletions)

View changed files

📝 src/cascadia/TerminalSettingsModel/IconPathConverter.cpp (+3 -1)

📄 Description

While having a debugger attached, opening the settings tab generates an
uncomfortable amount of exceptions. This change reduces this by a lot.

Validation Steps Performed

  • Icons still appear

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/13858 **Author:** [@lhecker](https://github.com/lhecker) **Created:** 8/26/2022 **Status:** ✅ Merged **Merged:** 8/29/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/lhecker/icon-path-exception` --- ### 📝 Commits (1) - [`63b4cf4`](https://github.com/microsoft/terminal/commit/63b4cf4f04ebfc2db2a164cf2c9b692bc1af5982) Stop throwing exceptions for FontIcons ### 📊 Changes **1 file changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalSettingsModel/IconPathConverter.cpp` (+3 -1) </details> ### 📄 Description While having a debugger attached, opening the settings tab generates an uncomfortable amount of exceptions. This change reduces this by a lot. ## Validation Steps Performed * Icons still appear ✅ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:36:54 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#29788