From e983f48c449805ae9d886ecd4058dcc6f851d420 Mon Sep 17 00:00:00 2001 From: Volodymyr Kolesnykov Date: Fri, 9 Aug 2024 02:52:54 +0300 Subject: [PATCH] fix(base): PAGER variable --- features/src/base/devcontainer-feature.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": {