Skip to content

Commit 398dd75

Browse files
authored
Merge pull request #114 from dockersamples/auto-hide-labspace-directory
Fix Compose file interpolation issue
2 parents 1381845 + 1c42256 commit 398dd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.content-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,6 @@ configs:
157157
"security.workspace.trust.enabled": false,
158158
"window.autoDetectColorScheme": true,
159159
"terminal.integrated.env.linux": {
160-
"PATH": "${env:PATH}"
160+
"PATH": "$${env:PATH}"
161161
}
162162
}

0 commit comments

Comments
 (0)