mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
[PT Run][VSCode] Add DevContainer workspaces to search results (#14313)
* [PT Run] (VSCode Workspaces Plugin) Added devcontainers * [PT Run] (VSCode Workspaces Plugin) Added localization for dev container workspace type * [PT Run] (VSCode Workspaces Plugin) Streamlined result title for different workspace types
This commit is contained in:
@@ -105,6 +105,15 @@ namespace Community.PowerToys.Run.Plugin.VSCodeWorkspaces.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Dev Container.
|
||||
/// </summary>
|
||||
internal static string TypeWorkspaceDevContainer {
|
||||
get {
|
||||
return ResourceManager.GetString("TypeWorkspaceDevContainer", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Local.
|
||||
/// </summary>
|
||||
|
||||
@@ -142,4 +142,8 @@
|
||||
<value>Workspace</value>
|
||||
<comment>It refers to the "Visual Studio Code workspace"</comment>
|
||||
</data>
|
||||
<data name="TypeWorkspaceDevContainer" xml:space="preserve">
|
||||
<value>Dev Container</value>
|
||||
<comment>As in "Visual Studio Code Dev Container workspace "</comment>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user