File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/vscode-cache-extensions Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11// ref: https://github.com/devcontainers/spec/blob/main/schemas/devContainerFeature.schema.json
22{
33 "id" : " vscode-cache-extensions" ,
4- "version" : " 0.2.0 " ,
4+ "version" : " 0.2.1 " ,
55 "name" : " VS Code | Cache Extensions" ,
66 "documentationURL" : " https://github.com/georglauterbach/dev-container-features/tree/main/src/vscode-cache-extensions" ,
77 "description" : " Prevent superfluous (re-)installations of VS Code extensions upon container restarts" ,
Original file line number Diff line number Diff line change 2121# `updateRemoteUserUID: true` in some cases, which would result in
2222# a UID mismatch; hence, we need `777` as the permissions.
2323for LOOP_VAR in " stable," " insiders,-insiders" ; do
24- PERSISTENCE_DIR=" ${CACHE_MOUNT_POINT} /$( printf ' %s' " ${LOOP_VAR} " | cut -d , - 1) "
24+ PERSISTENCE_DIR=" ${CACHE_MOUNT_POINT} /$( printf ' %s' " ${LOOP_VAR} " | cut -d , -f 1) "
2525 TMP_STORAGE_DIR=" ${_REMOTE_USER_HOME} /.vscode-server$( printf ' %s' " ${LOOP_VAR} " | cut --delimiter=, --fields=2) "
2626
2727 # shellcheck disable=SC2174
You can’t perform that action at this time.
0 commit comments