diff --git a/features/src/base/devcontainer-feature.json b/features/src/base/devcontainer-feature.json index 51e9aeb6..13644004 100644 --- a/features/src/base/devcontainer-feature.json +++ b/features/src/base/devcontainer-feature.json @@ -1,10 +1,10 @@ { "id": "base", "name": "VIP Codespaces Base", - "version": "1.2.0", + "version": "1.2.1", "description": "Base feature for VIP Codespaces", "containerEnv": { - "PAGER": "\"/usr/bin/less -R\"", + "PAGER": "/usr/bin/less -R", "LD_PRELOAD": "/usr/lib/libeatmydata/libeatmydata.so" }, "customizations": {