Show a warning if the background image can't be loaded #6128
Labels
Area-Settings
Issues related to settings and customizability, for console or terminal
Help Wanted
We encourage anyone to jump in on these.
Issue-Task
It's a feature request, but it doesn't really need a major design.
Priority-3
A description (P3)
Product-Terminal
The new Windows Terminal.
Milestone
Hi,
The
backgroundImage
parameter insettings.json
has a somewhat permissive path, for example all the following examples work:C:\\<username>\\Pictures\\some image.png
C:/<username>/Pictures/some image.png
C:\\<username>\\Pictures/some image.png
file://C:/<username>/Pictures/some image.png
https://somesite.xyz/image.jpg
Other related issue:
backgroundImage
points to a non existing file/URI, Windows terminal does not show a warning or error, it could be handled this way:200
throw an warning/error that the URI is incorrectSince users can both use Unix/Windows separators I thought It was the best to describe this issue before filing a documentation feedback.
Configuration:
Terminal configuration:
C:\Users\<username>\AppData\Local\Packages\WindowsTerminalDev_8wekyb3d8bbwe\LocalState\settings.json
The text was updated successfully, but these errors were encountered: