mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 10:14:09 +00:00
vscode-extensions.danielgavin.ols: init 0.1.28
This commit is contained in:
parent
5ceeafa47d
commit
d3e8bd6cae
@ -1030,6 +1030,21 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
danielgavin.ols = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
publisher = "DanielGavin";
|
||||
name = "ols";
|
||||
version = "0.1.28";
|
||||
hash = "sha256-yVXltjvtLc+zqela/Jyg+g66PU61+YTMX1hWPW8fIkk=";
|
||||
};
|
||||
meta = {
|
||||
description = "A Visual Studio Code extension for Odin language";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=DanielGavin.ols";
|
||||
homepage = "https://github.com/DanielGavin/ols";
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
};
|
||||
|
||||
daohong-emilio.yash = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
publisher = "daohong-emilio";
|
||||
|
Loading…
Reference in New Issue
Block a user