Merge pull request #269910 from robbevp/vscode-extensions.shopify.ruby-lsp-0.4.20
This commit is contained in:
commit
6455d845dc
1 changed files with 13 additions and 0 deletions
|
@ -3279,6 +3279,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";
|
||||
|
|
Loading…
Reference in a new issue