From 957e95887b532b955a0f0d96999e4edf516dbe1d Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Thu, 5 Jun 2025 11:58:51 +0200 Subject: [PATCH] vscode-extensions.robocorp.robotframework: init at 1.13.0 --- .../robocorp.robotframework-lsp/default.nix | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 pkgs/applications/editors/vscode/extensions/robocorp.robotframework-lsp/default.nix diff --git a/pkgs/applications/editors/vscode/extensions/robocorp.robotframework-lsp/default.nix b/pkgs/applications/editors/vscode/extensions/robocorp.robotframework-lsp/default.nix new file mode 100644 index 000000000000..9770195611d0 --- /dev/null +++ b/pkgs/applications/editors/vscode/extensions/robocorp.robotframework-lsp/default.nix @@ -0,0 +1,21 @@ +{ + lib, + vscode-utils, +}: +vscode-utils.buildVscodeMarketplaceExtension { + mktplcRef = { + name = "robotframework-lsp"; + publisher = "robocorp"; + version = "1.13.0"; + hash = ""; + }; + + meta = { + changelog = "https://marketplace.visualstudio.com/items/myriad-dreamin.tinymist/changelog"; + description = "VSCode extension for providing an integration solution for Typst"; + downloadPage = "https://marketplace.visualstudio.com/items?itemName=myriad-dreamin.tinymist"; + homepage = "https://github.com/myriad-dreamin/tinymist"; + license = lib.licenses.asl20; + maintainers = [ lib.maintainers.drupol ]; + }; +}