From 2e0b5c7eeebca2afedd1c9e7038b9fee55881b24 Mon Sep 17 00:00:00 2001 From: 1000101 Date: Tue, 13 Oct 2020 14:12:10 +0200 Subject: [PATCH] Add Nix language support --- extensions.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/extensions.json b/extensions.json index 5e1163dd2..e1cd0759a 100644 --- a/extensions.json +++ b/extensions.json @@ -127,6 +127,12 @@ "version": "1.0.0", "checkout": "1.0.0" }, + { + "id": "bbenoist.Nix", + "repository": "https://github.com/bbenoist/vscode-nix", + "version": "1.0.1", + "checkout": "1.0.1" + }, { "id": "belfz.search-crates-io", "repository": "https://github.com/belfz/search-crates-io",