Profiles Schema: "name" in a profile is required when its not #4139

Open
opened 2026-01-30 23:39:12 +00:00 by claunia · 0 comments
Owner

Originally created by @skrysm on GitHub (Sep 29, 2019).

Originally assigned to: @leonMSFT on GitHub.

Environment

Windows build number: Microsoft Windows [Version 10.0.18362.356]
Windows Terminal version (if applicable): 0.5.2681.0

Any other software?
Visual Studio Code: 1.38.1

Steps to reproduce

  1. Open profiles.json in Visual Studio Code
  2. In one of the profiles remove the name property (i.e. to have it use the name it inherits from the defaults.json).

Expected behavior

I should not get a schema warning.

Actual behavior

I'm getting the following schema warning:

Missing property "name".

Originally created by @skrysm on GitHub (Sep 29, 2019). Originally assigned to: @leonMSFT on GitHub. # Environment ```none Windows build number: Microsoft Windows [Version 10.0.18362.356] Windows Terminal version (if applicable): 0.5.2681.0 Any other software? Visual Studio Code: 1.38.1 ``` # Steps to reproduce 1. Open `profiles.json` in Visual Studio Code 1. In one of the profiles remove the `name` property (i.e. to have it use the name it inherits from the `defaults.json`). # Expected behavior I should not get a schema warning. # Actual behavior I'm getting the following schema warning: > Missing property "name".
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#4139