Skip to content

Commit fb04cae

Browse files
committed
another lint fix
1 parent d6bf986 commit fb04cae

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ Alternatively, manually install the VSIX from the
2929

3030
#### Variables Reference
3131

32-
Coder uses ${userHome} from VSCode's [variables reference](https://code.visualstudio.com/docs/editor/variables-reference). Use this when formatting paths in the coder extension settings rather than ~ or $HOME.
32+
Coder uses
33+
${userHome} from VSCode's
34+
[variables reference](https://code.visualstudio.com/docs/editor/variables-reference).
35+
Use this when formatting paths in the coder extension settings rather than ~ or
36+
$HOME.
3337

3438
Example: ${userHome}/foo/bar.baz

0 commit comments

Comments
 (0)