From c6857f7f4f8623b72d9a82e11d7e0704295c6ac4 Mon Sep 17 00:00:00 2001 From: Michael Brewer Date: Thu, 2 May 2024 01:00:12 -0700 Subject: [PATCH] Update vscode-web/main.tf Co-authored-by: Muhammad Atif Ali --- vscode-web/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode-web/main.tf b/vscode-web/main.tf index c9d5682..b5382f1 100644 --- a/vscode-web/main.tf +++ b/vscode-web/main.tf @@ -105,7 +105,7 @@ variable "offline" { variable "use_cached" { type = bool - description = "Uses cached copy VS Code Web in the background, otherwise fetched it from GitHub" + description = "Uses cached copy of VS Code Web in the background, otherwise fetches it from internet" default = false }