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
..
2024-06-06 19:17:51 +02:00
2024-04-23 13:31:21 -04:00
2024-04-16 15:49:16 -04:00
2024-04-24 13:03:56 -04:00
2024-04-23 20:44:11 -04:00
2024-06-04 13:24:31 +02:00
2024-04-11 10:23:49 -07:00
2024-05-15 21:27:37 +02:00
2024-03-29 18:03:38 -04:00
2024-06-18 17:58:57 -04:00
2024-04-18 11:57:21 -04:00
2024-06-19 10:28:49 -04:00
2024-05-21 18:36:47 +02:00
2024-04-23 13:31:21 -04:00
2024-05-13 18:52:12 -04:00
2024-06-04 13:24:31 +02:00
2024-04-17 12:40:01 -04:00
2024-03-26 16:29:55 -04:00
2024-04-23 13:31:21 -04:00
2024-06-18 12:50:11 -04:00
2024-04-23 13:31:21 -04:00
2024-06-21 12:44:19 +02:00
2024-04-09 10:57:26 -04:00
2024-04-24 11:42:18 -04:00
2024-05-03 11:29:53 -04:00
2024-03-28 17:14:55 -04:00
2024-06-04 18:06:40 -04:00
2024-05-22 20:47:49 -04:00
2024-03-08 17:18:06 -05:00