From e92eda12ccfebd5741bf04e3cbdc629ab31da21b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Tue, 22 Feb 2022 20:26:10 +0000 Subject: [PATCH] Add terraform support in vscode --- nixos/gui/vscode.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixos/gui/vscode.nix b/nixos/gui/vscode.nix index a0ec4ad4..4df3d414 100644 --- a/nixos/gui/vscode.nix +++ b/nixos/gui/vscode.nix @@ -39,6 +39,12 @@ version = "0.3.937"; sha256 = "sha256-aGBFKnntycpgNFdWwxFPVtQ2ryUvFCx7oet9uILiUTY="; } + { + publisher = "hashicorp"; + name = "terraform"; + version = "2.19.0"; + sha256 = "sha256-k/fcEJuELz0xkwivSrP6Nxtz861BLq1wR2ZDMXVrvkY="; + } { publisher = "be5invis"; name = "toml";