Open Issues Need Help
View All on GitHubAI Summary: The task requires extending the easy-dotnet.nvim Neovim plugin to support multi-project debugging within a solution, specifically addressing the scenario of a solution with a startup project (e.g., a host project) and multiple dependent projects. The current debugger setup struggles with launching and debugging dependent projects when the startup project is involved. The solution involves modifying the plugin's debugging configuration to handle multiple projects and potentially integrate with launch profiles for more fine-grained control over the debugging process.
Neovim plugin written in Lua for working with .Net projects in Neovim. Makes it easier to run/test/build/debug projects. Supports both F# and C#