From a33379f26e8bd7d56e8d92d01994cd83c3372b0d Mon Sep 17 00:00:00 2001 From: PierreOlivierBrillant Date: Thu, 24 Oct 2024 08:15:06 -0400 Subject: [PATCH] Ajout copilot rider --- scriptsharp/ScriptSharp/ScriptRider.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scriptsharp/ScriptSharp/ScriptRider.cs b/scriptsharp/ScriptSharp/ScriptRider.cs index 14ea621..617b9c6 100644 --- a/scriptsharp/ScriptSharp/ScriptRider.cs +++ b/scriptsharp/ScriptSharp/ScriptRider.cs @@ -20,6 +20,8 @@ await Utils.Unzip7ZFileAsync( Environment.GetFolderPath(Environment.SpecialFolder.Desktop), "rider") ); + + Utils.RunCommand(UtilsRider.PathToRider() + " installPlugins com.github.copilot"); await UtilsRider.StartRider(); LogSingleton.Get.LogAndWriteLine(" FAIT Installation de Rider complète");