Can't see some setting's description in settings.json #7623

Closed
opened 2026-01-31 01:08:51 +00:00 by claunia · 0 comments
Owner

Originally created by @CookieHCl on GitHub (Apr 24, 2020).

Environment

Windows build number: 10.0.18363.0
Windows Terminal version (if applicable): 0.11.1121.0

Visual Studio Code 1.44.2

Steps to reproduce

  1. Open settings.json in VSCode.
  2. Try to look at backgroundImageAlignment, backgroundImageOpacity description.

Expected behavior

주석 2020-04-24 130101

Description in SettingsSchema.md should appear.

Actual behavior

주석 2020-04-24 125831
주석 2020-04-24 125848

backgroundImageAlignment has a blank description.
backgroundImageOpacity has a error message.

Note: In SettingsSchema.md,

  • backgroundImageAlignment
    Sets how the background image aligns to the boundaries of the window. Possible values: "center", "left", "top", "right", "bottom", "topLeft", "topRight", "bottomLeft", "bottomRight"

  • backgroundImageOpacity
    Sets the transparency of the background image. Accepts floating point values from 0-1.

Originally created by @CookieHCl on GitHub (Apr 24, 2020). # Environment ```none Windows build number: 10.0.18363.0 Windows Terminal version (if applicable): 0.11.1121.0 Visual Studio Code 1.44.2 ``` # Steps to reproduce 1. Open settings.json in VSCode. 2. Try to look at `backgroundImageAlignment`, `backgroundImageOpacity` description. # Expected behavior ![주석 2020-04-24 130101](https://user-images.githubusercontent.com/28638469/80173725-ae0c9f80-862b-11ea-9272-da1f55abcfb0.png) Description in [SettingsSchema.md](https://github.com/microsoft/terminal/blob/master/doc/cascadia/SettingsSchema.md) should appear. # Actual behavior ![주석 2020-04-24 125831](https://user-images.githubusercontent.com/28638469/80173680-8fa6a400-862b-11ea-8f24-3b2acea3a018.png) ![주석 2020-04-24 125848](https://user-images.githubusercontent.com/28638469/80173678-8ddce080-862b-11ea-8f10-7d067c3035bd.png) `backgroundImageAlignment` has a blank description. `backgroundImageOpacity` has a error message. Note: In [SettingsSchema.md](https://github.com/microsoft/terminal/blob/master/doc/cascadia/SettingsSchema.md), - `backgroundImageAlignment` Sets how the background image aligns to the boundaries of the window. Possible values: `"center"`, `"left"`, `"top"`, `"right"`, `"bottom"`, `"topLeft"`, `"topRight"`, `"bottomLeft"`, `"bottomRight"` - `backgroundImageOpacity` Sets the transparency of the background image. Accepts floating point values from 0-1.
claunia added the Needs-TriageResolution-Fix-CommittedNeeds-Tag-Fix labels 2026-01-31 01:08:51 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#7623