Skip to content

Commit 6de464e

Browse files
committed
fix(cs): add empty config function for neotest adapter
1 parent 6c9b679 commit 6de464e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/astrocommunity/pack/cs/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ return {
6161
{
6262
"nvim-neotest/neotest",
6363
optional = true,
64-
dependencies = { "Issafalcon/neotest-dotnet" },
64+
dependencies = { "Issafalcon/neotest-dotnet", config = function() end },
6565
opts = function(_, opts)
6666
if not opts.adapters then opts.adapters = {} end
6767
table.insert(opts.adapters, require "neotest-dotnet"(require("astrocore").plugin_opts "neotest-dotnet"))

0 commit comments

Comments
 (0)