diff options
| author | Ty Dunn <ty@tydunn.com> | 2023-07-10 15:25:34 -0700 | 
|---|---|---|
| committer | Ty Dunn <ty@tydunn.com> | 2023-07-10 15:25:34 -0700 | 
| commit | 845e4678b29dacaf926717989117a7d26b53e6ab (patch) | |
| tree | 90dcecd61c45dda478f9d8af701cd1df5e60b2f7 /schema/json | |
| parent | 05f3a1f35f1d0f85df15ac78f2f285d54ab45118 (diff) | |
| parent | f407524e0985807a30e5b08d5e8754d24c7a1291 (diff) | |
| download | sncontinue-845e4678b29dacaf926717989117a7d26b53e6ab.tar.gz sncontinue-845e4678b29dacaf926717989117a7d26b53e6ab.tar.bz2 sncontinue-845e4678b29dacaf926717989117a7d26b53e6ab.zip | |
Merge branch 'main' of github.com:continuedev/continue
Diffstat (limited to 'schema/json')
| -rw-r--r-- | schema/json/FullState.json | 7 | 
1 files changed, 6 insertions, 1 deletions
| diff --git a/schema/json/FullState.json b/schema/json/FullState.json index af0f25e1..5a7e9d10 100644 --- a/schema/json/FullState.json +++ b/schema/json/FullState.json @@ -222,12 +222,17 @@          "pinned": {            "title": "Pinned",            "type": "boolean" +        }, +        "display_name": { +          "title": "Display Name", +          "type": "string"          }        },        "required": [          "range",          "editing", -        "pinned" +        "pinned", +        "display_name"        ]      },      "SlashCommandDescription": { | 
