globalSummon's dropdownDuration is deleted when saving settings #15418

Closed
opened 2026-01-31 04:38:03 +00:00 by claunia · 1 comment
Owner

Originally created by @SnirBroshi on GitHub (Oct 2, 2021).

Windows Terminal version (or Windows build number)

1.10.2383.0

Other Software

No response

Steps to reproduce

In settings.json add the following entry to the actions array:

{
    "command": 
    {
        "action": "globalSummon",
        "name": "_quake",
        "dropdownDuration": 200
    },
    "keys": "ctrl+z"
}

Save the file.
Open Windows Terminal's settings editor and press Save.

Expected Behavior

settings.json stays as-is, maybe formatting changes a bit or reordered.

Actual Behavior

dropdownDuration is deleted, resulting in:

{
    "command": 
    {
        "action": "globalSummon",
        "name": "_quake"
    },
    "keys": "ctrl+z"
}

Everything else stays.

Originally created by @SnirBroshi on GitHub (Oct 2, 2021). ### Windows Terminal version (or Windows build number) 1.10.2383.0 ### Other Software _No response_ ### Steps to reproduce In `settings.json` add the following entry to the `actions` array: ```json { "command": { "action": "globalSummon", "name": "_quake", "dropdownDuration": 200 }, "keys": "ctrl+z" } ``` Save the file. Open Windows Terminal's settings editor and press Save. ### Expected Behavior `settings.json` stays as-is, maybe formatting changes a bit or reordered. ### Actual Behavior `dropdownDuration` is deleted, resulting in: ```json { "command": { "action": "globalSummon", "name": "_quake" }, "keys": "ctrl+z" } ``` Everything else stays.
Author
Owner

@ghost commented on GitHub (Oct 20, 2021):

:tada:This issue was addressed in #11401, which has now been successfully released as Windows Terminal Preview v1.12.2922.0.🎉

Handy links:

@ghost commented on GitHub (Oct 20, 2021): :tada:This issue was addressed in #11401, which has now been successfully released as `Windows Terminal Preview v1.12.2922.0`.:tada: Handy links: * [Release Notes](https://github.com/microsoft/terminal/releases/tag/v1.12.2922.0) * [Store Download](https://www.microsoft.com/store/apps/9n8g5rfz9xk3?cid=storebadge&ocid=badge)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#15418