Rename the [Ee]xts dir to ext (#38852)

**WARNING:** This PR will probably blow up all in-flight PRs

at some point in the early days of CmdPal, two of us created seperate
`Exts` and `exts` dirs. Depending on what the casing was on the branch
that you checked one of those out from, it'd get stuck like that on your
PC forever.

Windows didn't care, so we never noticed.

But GitHub does care, and now browsing the source on GitHub is basically
impossible.

Closes #38081
This commit is contained in:
Mike Griese
2025-04-15 06:07:22 -05:00
committed by GitHub
parent 60f50d853b
commit 2b5181b4c9
379 changed files with 35 additions and 35 deletions

View File

@@ -0,0 +1,180 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Microsoft.CmdPal.Ext.WindowsTerminal.Properties {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.CmdPal.Ext.WindowsTerminal.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Windows Terminal Profiles.
/// </summary>
internal static string extension_name {
get {
return ResourceManager.GetString("extension_name", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Launch profile.
/// </summary>
internal static string launch_profile {
get {
return ResourceManager.GetString("launch_profile", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Launch profile as administrator.
/// </summary>
internal static string launch_profile_as_admin {
get {
return ResourceManager.GetString("launch_profile_as_admin", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Open Windows Terminal Profiles.
/// </summary>
internal static string list_item_title {
get {
return ResourceManager.GetString("list_item_title", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Open profiles in a new tab.
/// </summary>
internal static string open_new_tab {
get {
return ResourceManager.GetString("open_new_tab", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Open profiles in the quake window.
/// </summary>
internal static string open_quake {
get {
return ResourceManager.GetString("open_quake", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Windows Terminal supports a &quot;quake&quot; feature where a terminal window is accessible using a global hotkey. Enable this option to open profiles in a new tab in this window..
/// </summary>
internal static string open_quake_description {
get {
return ResourceManager.GetString("open_quake_description", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Opens Windows Terminal profiles.
/// </summary>
internal static string plugin_description {
get {
return ResourceManager.GetString("plugin_description", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Windows Terminal Profiles.
/// </summary>
internal static string profiles_list_page_name {
get {
return ResourceManager.GetString("profiles_list_page_name", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Run as administrator (Ctrl+Shift+Enter).
/// </summary>
internal static string run_as_administrator {
get {
return ResourceManager.GetString("run_as_administrator", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Failed to open Windows Terminal.
/// </summary>
internal static string run_terminal_failed {
get {
return ResourceManager.GetString("run_terminal_failed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Settings.
/// </summary>
internal static string settings_page_name {
get {
return ResourceManager.GetString("settings_page_name", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Show hidden profiles.
/// </summary>
internal static string show_hidden_profiles {
get {
return ResourceManager.GetString("show_hidden_profiles", resourceCulture);
}
}
}
}