File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -154,3 +154,13 @@ For example:
154154 ]
155155}
156156```
157+
158+ ### Placeholder Values
159+
160+ After content has been merged/added to files when performing snippet actions, the following placeholder values are substituted:
161+
162+ | Placeholder | Value |
163+ | ------------------------------| ----------------------------------------------------------------------------------------------------------------------|
164+ | ` __DEVCONTAINER_NAME__ ` | The name of the dev container (from the ` name ` property in ` devcontainer.json ` ) |
165+ | ` __DEVCONTAINER_USER_NAME__ ` | The name of the user for dev container (from the ` remoteuser ` property in ` devcontainer.json ` , or ` root ` if not set) |
166+ | ` __DEVCONTAINER_HOME__ ` | The home folder for the dev container (e.g. ` /home/vscode ` or ` /root ` ) |
You can’t perform that action at this time.
0 commit comments