Avoid panics in LSP store path handling (#42117)

Release Notes:

- Fixed incorrect journal paths handling
This commit is contained in:
Lay Sheth
2025-11-11 20:51:57 +02:00
committed by GitHub
parent 908ef03502
commit e01e0b83c4
3 changed files with 74 additions and 7 deletions
+2 -1
View File
@@ -2519,11 +2519,12 @@ Unspecified values have a `false` value, hints won't be toggled if all the modif
"path": "~",
"hour_format": "hour12"
}
```
### Path
- Description: The path of the directory where journal entries are stored.
- Description: The path of the directory where journal entries are stored. If an invalid path is specified, the journal will fall back to using `~` (the home directory).
- Setting: `path`
- Default: `~`