Avoid panics in LSP store path handling (#42117)
Release Notes: - Fixed incorrect journal paths handling
This commit is contained in:
@@ -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: `~`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user