docs: mention ~ and $HOME for parser-directories

This commit is contained in:
sogaiu 2025-05-25 11:29:33 +09:00 committed by Christian Clason
parent b8ba76b1ae
commit 19148eaa0d

View file

@ -30,7 +30,8 @@ on your filesystem. You can control this using the `"parser-directories"` key in
{
"parser-directories": [
"/Users/my-name/code",
"/Users/my-name/other-code"
"~/other-code",
"$HOME/another-code"
]
}
```