From 0b66d6c5fa3fb8a36c76e8d2621e282e978dd5f8 Mon Sep 17 00:00:00 2001 From: William Boman Date: Thu, 6 Apr 2023 00:09:09 +0200 Subject: chore: migrate packages (#1182) --- lua/mason-registry/index/java-test/init.lua | 37 ----------------------------- 1 file changed, 37 deletions(-) delete mode 100644 lua/mason-registry/index/java-test/init.lua (limited to 'lua/mason-registry/index/java-test/init.lua') diff --git a/lua/mason-registry/index/java-test/init.lua b/lua/mason-registry/index/java-test/init.lua deleted file mode 100644 index 63dc3578..00000000 --- a/lua/mason-registry/index/java-test/init.lua +++ /dev/null @@ -1,37 +0,0 @@ -local Pkg = require "mason-core.package" -local _ = require "mason-core.functional" -local github = require "mason-core.managers.github" -local path = require "mason-core.path" - -return Pkg.new { - name = "java-test", - desc = _.dedent [[ - The Test Runner for Java works with java-debug-adapter to provide the following features: - - Run/Debug test cases - - Customize test configurations - - View test report - - View tests in Test Explorer - - Enables support for the following test frameworks: - - - JUnit 4 (v4.8.0+) - - JUnit 5 (v5.1.0+) - - TestNG (v6.8.0+) - ]], - homepage = "https://github.com/microsoft/vscode-java-test", - languages = { Pkg.Lang.Java }, - categories = { Pkg.Cat.DAP }, - ---@async - ---@param ctx InstallContext - install = function(ctx) - github - .unzip_release_file({ - repo = "microsoft/vscode-java-test", - asset_file = _.format "vscjava.vscode-java-test-%s.vsix", - }) - .with_receipt() - - ctx.fs:rmrf(path.concat { "extension", "resources" }) - ctx.fs:rmrf(path.concat { "extension", "dist" }) - end, -} -- cgit v1.2.3-70-g09d2