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 93855a9 commit 3e92719Copy full SHA for 3e92719
lua/neotest-vstest/init.lua
@@ -81,13 +81,13 @@ local function create_adapter(config)
81
end)
82
83
end
84
+ end
85
- if solution_dir_future.wait() and solution then
86
- logger.info(string.format("neotest-vstest: found solution file %s", solution))
87
- dotnet_utils.build_path(solution)
88
- dotnet_utils.get_solution_info(solution)
89
- return solution_dir
90
- end
+ if solution_dir_future.wait() and solution then
+ logger.info(string.format("neotest-vstest: found solution file %s", solution))
+ dotnet_utils.build_path(solution)
+ dotnet_utils.get_solution_info(solution)
+ return solution_dir
91
92
93
0 commit comments