zed/extensions/snippets
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
..
src snippets: Read user settings for workspace configuration (#13356) 2024-06-21 12:44:19 +02:00
Cargo.toml snippets: Read user settings for workspace configuration (#13356) 2024-06-21 12:44:19 +02:00
extension.toml snippets: Read user settings for workspace configuration (#13356) 2024-06-21 12:44:19 +02:00
LICENSE-APACHE Add language-agnostic snippets (#13253) 2024-06-19 14:03:04 +02:00