From 0bffe6f5c920c84cfdb5b41ce83cab5af3db6112 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Fri, 25 Dec 2020 12:32:29 -0500 Subject: [PATCH] add Deno extension --- modules/graphical.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/graphical.nix b/modules/graphical.nix index a92a2ad..2311996 100644 --- a/modules/graphical.nix +++ b/modules/graphical.nix @@ -19,6 +19,16 @@ ms-python.python ms-vscode.cpptools ms-azuretools.vscode-docker + + (vscode-utils.buildVscodeMarketplaceExtension { + mktplcRef = { + name = "vscode-deno"; + publisher = "denoland"; + version = "2.3.3"; + sha256 = "1sirni7hamwp0dld5l8qw7jfrjxf3pvsmjrx14zvg2bwwrv4p0m6"; + }; + }) + ]; })