From c1d92304fdf478342668b991739ffab46b219d7c Mon Sep 17 00:00:00 2001 From: Zeioth Date: Fri, 9 Feb 2024 17:00:23 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8Frefactor(C#=20typo):=20cproj?= =?UTF-8?q?=20=E2=86=92=20csproj?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/compiler/languages/cs.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/compiler/languages/cs.lua b/lua/compiler/languages/cs.lua index 1a13a1c..e1ea82d 100644 --- a/lua/compiler/languages/cs.lua +++ b/lua/compiler/languages/cs.lua @@ -142,7 +142,7 @@ function M.action(selected_option) local task = overseer.new_task({ name = "- C# compiler", strategy = { "orchestrator", - tasks = {{ "shell", name = "- Dotnet build & run → .cproj", + tasks = {{ "shell", name = "- Dotnet build & run → .csproj", cmd = "dotnet run" .. -- compile and run " && echo '" .. final_message .. "'" -- echo },},},})