We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b57329 commit c2b13cfCopy full SHA for c2b13cf
lua/neotest-vstest/init.lua
@@ -517,6 +517,15 @@ local function create_adapter(config)
517
if client then
518
local tests = projects[client] or {}
519
projects[client] = vim.list_extend(tests, { position.id })
520
+ else
521
+ vim.notify_once(
522
+ string.format(
523
+ "neotest-vstest: could not find adapter client for test '%s' in project '%s'",
524
+ position.name,
525
+ vim.inspect(position.project)
526
+ ),
527
+ vim.log.levels.WARN
528
+ )
529
end
530
531
0 commit comments