Victor Molostov
Victor Molostov
Same here with net8.0 and net48 multitarget
Hi, @GustavEikaas! I've prepared a PR that addresses the functionality outlined in the table (highlighting for SQL, JSON, and XML in strings). The PR is ready for merging, and it...
I'm with my family this weekend. will test this on Monday, thanks for your work!
Just checked it out, works great! Is there a plan to synchronize the test status from the status column in the buffer and in the `Dotnet testrunner` window?
I also have some somewhat weird symbols that apparently mean the ability to run and debug the test. Perhaps this is a problem with my font? I use Alacritty as...
I've got character synchronization working like this: if I run the test from the buffer, the characters in the `Dotnet testrunner` window are updated, but if I run the test...
Oh, and it's also not very convenient that you can't override mappings to call a test from the buffer, which makes me change it in the source code every time
ok, this code works for me 100% of the time and looks cleaner: ```lua local reset_vl = vim.schedule_wrap(function() vim.diagnostic.config { virtual_lines = { current_line = true } } vim.api.nvim_create_autocmd('CursorMoved', {...
@justinmk, should I open a new issue (and close this) about making `vim.diagnostic.JumpOpts.float` deprecated, and instead add an `after_jump` field that accepts a function that can be used to implement...
in the project with .NET 10, MTP v2 and MSTest i have the same problem, using https://github.com/kmiterror/dotnet-debug.nvim for dap setup