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");