Peter Tripp

Results 61 issues of Peter Tripp

### Summary Support extensions downloading and defaulting to an external formatter binary. ### Description Extensions can download a language server, which may provide a formatter for a language. They may...

extension infrastructure

### Description Zed currently supports zip and .tar.gz / gz for language server downloads. Consider adding support for .xz archives as well. Originally requested by @lvignoli here: - https://github.com/zed-industries/extensions/pull/1735 ###...

feature
extension infrastructure

Closes: https://github.com/zed-industries/zed/issues/31774 Release Notes: - N/A

cla-signed

If you follow the [workaround advice in the Docs](https://zed.dev/docs/development/linux#installing-a-development-build) for building with a newer GCC, it will error: https://github.com/zed-industries/zed/blob/79b1dd7db8baede7e5dbaa2ad077bca61d9bad49/script/bundle-linux#L88-L91 [Reported on Discord](https://discord.com/channels/869392257814519848/1379093394105696288) Release Notes: - Fixed `script/build-linux` for non-musl builds.

cla-signed
run-bundling

### Summary Zed should (where possible) leverage CRDT to support redoing after a formatter has changed a buffer. ### Description Steps to reproduce: 1. Create a file `a.yaml` with this...

editor

I used Taplo via the Zed TOML extension. Recently I've noticed that when I have multiple open TOML files, opening a new file triggers `taplo/didChangeSchemaAssociation` events on all the existing...

## Bug description Since https://github.com/prisma/language-tools/pull/1828 (`@prisma/language-server >= "6.8.0"`) `prisma-language-server` crashes on startup with an empty settings -- or more specifically, any settings which does not provide `enableDiagnostics`. ## How to...

bug/1-unconfirmed
kind/bug
topic: language server
topic: editors

### Summary Rules need to be importable on a global/system-wide level. Importing rules should be configurable/automatic. The above can be achieved by initializing the Prompt Store LMDB instance from a...

area:settings
area:ai

Hi @vitallium Thanks for a great them. Small feedback 1. Highlighted line Color (line 1347) vs Git Diff lines are really similar. Tinted looks like a git remove line. Tritanopia...

bug

I would be nifty if hadolint could integrate as a language server and provide `textDocument/publishDiagnostics` to editors so it could be used in Zed or Helix. Originally suggested here: -...