vscode-extensions.ufo5260987423.magic-scheme: init at 0.0.5
This commit is contained in:
@@ -4983,6 +4983,8 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
ufo5260987423.magic-scheme = callPackage ./ufo5260987423.magic-scheme { };
|
||||
|
||||
uiua-lang.uiua-vscode = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "uiua-vscode";
|
||||
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
lib,
|
||||
vscode-utils,
|
||||
jq,
|
||||
akkuPackages,
|
||||
chez,
|
||||
akku,
|
||||
moreutils,
|
||||
}:
|
||||
|
||||
vscode-utils.buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
publisher = "ufo5260987423";
|
||||
name = "magic-scheme";
|
||||
version = "0.0.5";
|
||||
hash = "sha256-br1Vr4gIC2Zo74NHyCLTJL+GCjFzdOZh2oXIXZdJuRw=";
|
||||
};
|
||||
|
||||
postInstall = ''
|
||||
cd "$out/$installPrefix"
|
||||
${lib.getExe jq} '.contributes.configuration.properties."magicScheme.scheme-langserver.serverPath".default = "${lib.getExe' akkuPackages.scheme-langserver "scheme-langserver"}" | .contributes.configuration.properties."magicScheme.scheme.path".default = "${lib.getExe' chez "scheme"}" | .contributes.configuration.properties."magicScheme.akku.path".default = "${lib.getExe akku}"' package.json | ${lib.getExe' moreutils "sponge"} package.json
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "Adds support for Scheme(r6rs standard)";
|
||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=ufo5260987423.magic-scheme";
|
||||
homepage = "https://github.com/ufo5260987423/magic-scheme";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ tuynia ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user