From 88df6bf23627aa9a1c6df3e58c2c296950a08931 Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 29 Feb 2024 15:03:31 +1300 Subject: [PATCH] add vscode-extension repo --- terraform/github/terraform.tfvars | 3 +++ 1 file changed, 3 insertions(+) diff --git a/terraform/github/terraform.tfvars b/terraform/github/terraform.tfvars index 605ab4c48..9393e0d59 100755 --- a/terraform/github/terraform.tfvars +++ b/terraform/github/terraform.tfvars @@ -183,6 +183,9 @@ repositories = { is_archived = true } vite-plugin-react = {} + vscode-extension = { + description = "Tools to assist development with the Effect Typescript framework" + } website = { description = "Source code for Effect's documentation website" collaborators = [{ username = "lukaswiesehan", permission = "push" }]