compiler.nvim icon indicating copy to clipboard operation
compiler.nvim copied to clipboard

Allow selection of .csproj for dotnet commands

Open Crashdummyy opened this issue 1 year ago • 1 comments

Most projects often contain more than one csproj file and remain somewhere at the solution level with their cwd. This makes options 5-7 fail a lot ( at least in my case ).

This extends the current behavior by providing a filepicker. image

Crashdummyy avatar Jul 03 '24 12:07 Crashdummyy