From 866a0531c4f37fb36c03f30dfbe8f606a775c32b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Montero?= Date: Tue, 6 Sep 2022 23:19:28 -0600 Subject: [PATCH] =?UTF-8?q?vscode:=20a=C3=B1ade=20extensi=C3=B3n=20de=20ma?= =?UTF-8?q?tlab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/vscode.nix | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/pkgs/vscode.nix b/pkgs/vscode.nix index 2761365..1620912 100644 --- a/pkgs/vscode.nix +++ b/pkgs/vscode.nix @@ -28,16 +28,14 @@ }; meta.license = lib.licenses.cc0; }; - - /* - twxs.cmake = buildVscodeMarketplaceExtension { + + Gimly81.matlab = buildVscodeMarketplaceExtension { mktplcRef = { - publisher = "twxs"; - name = "twxs.cmake"; - version = "0.0.17"; - sha256 = ; + publisher = "Gimly81"; + name = "matlab"; + version = "2.3.1"; + sha256 = lib.fakeSha256; }; meta.license = lib.licenses.mit; }; - */ }