From dbc816d6011da6705c6f0dc5b0f2a67df288f442 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 13 Feb 2024 14:00:30 +0300 Subject: [PATCH] fixup! --- vscode-web/main.tf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/vscode-web/main.tf b/vscode-web/main.tf index 1447f55..ffb746b 100644 --- a/vscode-web/main.tf +++ b/vscode-web/main.tf @@ -75,12 +75,6 @@ variable "accept_license" { } } -variable "extensions" { - type = list(string) - description = "A list of extensions to install." - default = [] -} - variable "telemetry_level" { type = string description = "Set the telemetry level for VS Code Web."