vscode-extensions.shopify.ruby-lsp: Init at 0.5.8

This commit is contained in:
Robbe Van Petegem 2023-11-25 15:47:15 +01:00
parent b0a49f1bf1
commit cac14e82fc

View File

@ -3144,6 +3144,19 @@ let
};
};
shopify.ruby-lsp = buildVscodeMarketplaceExtension {
mktplcRef = {
publisher = "shopify";
name = "ruby-lsp";
version = "0.5.8";
sha256 = "sha256-1FfBnw98SagHf1P7udWzMU6BS5dBihpeRj4qv9S4ZHw=";
};
meta = {
description = "VS Code plugin for connecting with the Ruby LSP";
license = lib.licenses.mit;
};
};
shyykoserhiy.vscode-spotify = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "vscode-spotify";