Commit e1bb080
fix: resolve workspace folder in config path for better compatibility (#70)
* fix: resolve workspace folder in config path for better compatibility
see #66
this allows use of relative path to the config file and variable use and makes the following valid configuration options:
{
vale.valeCLI.config: /home/patrick/github.com/davidsneighbour/kollitsch.dev/src/config/vale/vale.ini,
vale.valeCLI.config: /src/config/vale/vale.ini,
vale.valeCLI.config: ./src/config/vale/vale.ini,
}
Signed-off-by: Patrick Kollitsch <[email protected]>
* Add details to read me and settings UI
---------
Signed-off-by: Patrick Kollitsch <[email protected]>
Co-authored-by: Chris Chinchilla <[email protected]>1 parent ada0aea commit e1bb080
3 files changed
+21
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
151 | 169 | | |
152 | | - | |
| 170 | + | |
153 | 171 | | |
154 | 172 | | |
155 | 173 | | |
| |||
0 commit comments