From ca22c803344293f3c0c2f953d178f8949c29fd65 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 30 Jan 2026 02:25:51 +0000 Subject: [PATCH 1/2] Initial plan From 566a0ad0910b4fcb26480a27646b8be33c4f4ffa Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 30 Jan 2026 02:28:18 +0000 Subject: [PATCH 2/2] Remove unused GetCommandLineOptions() and GetCancellationToken() methods Co-authored-by: ptr727 <2061579+ptr727@users.noreply.github.com> --- LanguageTagsCreate/Program.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/LanguageTagsCreate/Program.cs b/LanguageTagsCreate/Program.cs index afd8145..c904236 100644 --- a/LanguageTagsCreate/Program.cs +++ b/LanguageTagsCreate/Program.cs @@ -8,10 +8,6 @@ CancellationToken cancellationToken private const string DataDirectory = "LanguageData"; private const string CodeDirectory = "LanguageTags"; - internal CommandLine.Options GetCommandLineOptions() => commandLineOptions; - - internal CancellationToken GetCancellationToken() => cancellationToken; - internal static async Task Main(string[] args) { // Parse commandline