Experimental "marks" settings are documented as global, but are per-profile #13583
Labels
Area-Schema
Things that have to do with the json schema.
Help Wanted
We encourage anyone to jump in on these.
Issue-Docs
It's a documentation issue that really should be on MicrosoftDocs/Console-Docs
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Product-Terminal
The new Windows Terminal.
Resolution-Fix-Committed
Fix is checked in, but it might be 3-4 weeks until a release.
Milestone
#13414 added
experimental.autoMarkPrompts
andexperimental.showMarksOnScrollbar
to theGlobals
section of doc/cascadia/profiles.schema.json (and they were also described as such in the relevant release notes), but these settings are per-profile (as you'd expect such settings to be, and as documented in #11000).Confirmed both because that's where they actually work in the profile, and by their presence in the
MTSM_PROFILE_SETTINGS
macro.At least in VS Code's case, there's also an issue that even with the
$schema
pointing at the correct JSON schema, validation does not like the newscrollToMark
action, or in fact any of the new marks, but I suspect that is more of a VSCode JSON editor issue, since it's also rejectingintenseTextStyle
as a profile setting. >_<The text was updated successfully, but these errors were encountered: