SIGN IN SIGN UP

Allow an initial prompt to be associated with inline assist (#14816)

Release Notes:

- Added the ability to create custom inline assist bindings that
pre-fill a prompt from your keymap, e.g.:
    ```json
    [
        {
            "context": "Editor && mode == full",
            "bindings": {
                "ctrl-shift-enter": [
                    "assistant::InlineAssist",
                    { "prompt": "Build a snake game" }
                ]
            }
        }
    ]
    ```

---------

Co-authored-by: Nathan <nathan@zed.dev>
A
Antonio Scandurra committed
4c7f1032a4e2eddbd2d5895b7efa2630f7f84b37
Parent: d61eaea
Committed by GitHub <noreply@github.com> on 7/19/2024, 3:13:48 PM