zed/extensions
Piotr Osiewicz 9bdb154a9b
snippets: Read user settings for workspace configuration (#13356)
Fixes #13334

Use `settings` field in `lsp` subsettings to fix up the settings as
wish:
```
  "lsp": {
    "snippet-completion-server": {
      "settings": {
        "max_completion_items": 20, 
        "snippets_first": false,
        "feature_words": true,
        "feature_snippets": true,
        "feature_paths": true,
        "feature_unicode_input": false
      }
    }
  }
```


Release Notes:

- N/A
2024-06-21 12:44:19 +02:00
..
astro astro: Bump version to 0.0.3 (#12744) 2024-06-06 19:17:51 +02:00
clojure
csharp
dart dart: Bump to v0.0.2 (#10940) 2024-04-24 13:03:56 -04:00
deno
elixir php/elixir: Bump extensions versions to 0.0.6 and 0.0.5 (#12636) 2024-06-04 13:24:31 +02:00
elm
emmet emmet: release 0.0.3 (#11873) 2024-05-15 21:27:37 +02:00
erlang
gleam Allow completing slash command arguments from extensions (#13240) 2024-06-18 17:58:57 -04:00
glsl
haskell haskell: Update author name (#13268) 2024-06-19 10:28:49 -04:00
html html: Bump to 0.1.1 (#12093) 2024-05-21 18:36:47 +02:00
lua
ocaml Add xtask for finding crates with missing licenses (#11776) 2024-05-13 18:52:12 -04:00
php php/elixir: Bump extensions versions to 0.0.6 and 0.0.5 (#12636) 2024-06-04 13:24:31 +02:00
prisma
purescript
racket
ruby ruby: Update tree-sitter grammar version (#13216) 2024-06-18 12:50:11 -04:00
scheme
snippets snippets: Read user settings for workspace configuration (#13356) 2024-06-21 12:44:19 +02:00
svelte
terraform
toml toml: Bump to v0.1.1 (#11359) 2024-05-03 11:29:53 -04:00
uiua
vue vue: Bump to v0.0.3 (#12656) 2024-06-04 18:06:40 -04:00
zig zig: Pin ZLS to v0.11.0 (#12173) 2024-05-22 20:47:49 -04:00
.gitignore