The Gram Code Editor - 2026-06-11


  1. keb

    I keep getting this error: "Failed to run lemminx. Download disabled for this language server, check the configuration". But that's expected because I don't want to run lemminx. My config has: ``` "lemminx": { "binary": { "ignore_system_version": false, "allow_binary_download": false }, "enable_lsp_tasks": false, }, ``` Am I missing another setting to disable it completely?

  2. krig

    You’ll need to disable it in the settings file, it’s not exposed in the UI yet unfortunately. See configuring language servers here: https://gram-editor.com/docs/configuring-languages/

  3. keb

    Thanks. Looks like I just needed to do: ``` "XML": { "enable_language_server": false } ```

  4. yaniel

    Hi! Should requests for backporting PRs from Zed go in the wiki or issue tracker?

  5. yaniel

    The context is that I'm testing the Plasma 6.7 beta and background blur is broken (since they removed the kde-blur wayland protocol in favour of the compositor agnostic ext-background-effect in this version with no transitory period). The change for GPUI is quite straightforward and Zed has a draft PR up already: https://github.com/zed-industries/zed/pull/53746

  6. krig

    Feel free to create an issue for it, especially if it’s to fix an issue

  7. yaniel

    Will do, cheers!