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 P
Piotr Osiewicz committed
9bdb154a9b7df8e0dc04f4e5dcc323b5d29062d3
Parent: f69c8ca
Committed by GitHub <noreply@github.com>
on 6/21/2024, 10:44:19 AM