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."