GustavEikaas / easy-dotnet.nvim

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#
MIT License
86 stars 7 forks source link

fix: disallow concurrent builds #118

Closed GustavEikaas closed 1 month ago

GustavEikaas commented 1 month ago

Fixes an issue where a user could call dotnet_build_quickfix multiple times in a row which would result in builds failing due to file locks Fixes: #117