Skip to content

Commit

Permalink
Ajout copilot rider
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreOlivierBrillant committed Oct 24, 2024
1 parent acb568d commit a33379f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scriptsharp/ScriptSharp/ScriptRider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit a33379f

Please sign in to comment.