Elliot Thomas

Results 11 issues of Elliot Thomas

### Check for existing issues - [X] Completed ### Describe the bug Currently, nearly all settings use snake_case, but the language server settings within the `lsp` field use kebab-case, and...

defect
setting

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it I am working on a language extension but face errors when rebuilding...

defect
extension infrastructure

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it When adding multiple project folders to a workspace they are added to...

defect
workspace
project panel
serialization

This PR brings a new extension to support syntax highlighting for `.dockerignore` files.

cla-signed

Please can we get some documentation on the requirements for language files? I was attempting to build [zed-vhs](https://github.com/eth0net/zed-vhs) with no prior knowledge on tree-sitter or the like and managed to...

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Git diff indicators next to the line numbers show which lines have...

defect
triage
admin read

Release Notes: - Preserve order of worktrees in project ([#10883](https://github.com/zed-industries/zed/issues/10883)). - Enable drag-and-drop reordering for project worktrees Note: worktree order is not synced during collaboration but guests can reorder their...

cla-signed

**Is your feature request related to a problem? Please describe.** If you wish to move a property up from a category to one of its parents, you need to recreate...

📦 feature

### Describe the feature I'd love to see the option to save and restore the folded state of directories when reloading or switching projects. In some of my projects I...

project panel
serialization

### Summary Switching between projects that share folders doesn't always work. Steps to trigger the problem: 1. Open a few dirs in Zed `zed ./a ./b ./c` to create a...

regression
needs-repro