Skip to content

Commit d6bf986

Browse files
committed
readme update
1 parent 72ba0e7 commit d6bf986

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,9 @@ ext install coder.coder-remote
2626

2727
Alternatively, manually install the VSIX from the
2828
[latest release](https://github.com/coder/vscode-coder/releases/latest).
29+
30+
#### Variables Reference
31+
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.
33+
34+
Example: ${userHome}/foo/bar.baz

0 commit comments

Comments
 (0)