mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
[PTRun]Add context buttons for VSCodeWorkspaces plugin (#36517)
This commit is contained in:
@@ -140,5 +140,32 @@ namespace Community.PowerToys.Run.Plugin.VSCodeWorkspaces.Properties {
|
||||
return ResourceManager.GetString("Workspace", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Copy Path.
|
||||
/// </summary>
|
||||
internal static string CopyPath {
|
||||
get {
|
||||
return ResourceManager.GetString("CopyPath", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Open in console.
|
||||
/// </summary>
|
||||
internal static string OpenInConsole {
|
||||
get {
|
||||
return ResourceManager.GetString("OpenInConsole", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Open in Explorer.
|
||||
/// </summary>
|
||||
internal static string OpenInExplorer {
|
||||
get {
|
||||
return ResourceManager.GetString("OpenInExplorer", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -151,4 +151,13 @@
|
||||
<value>Project Folder</value>
|
||||
<comment>It refers to the Visual Studio Code Project Folders</comment>
|
||||
</data>
|
||||
<data name="CopyPath" xml:space="preserve">
|
||||
<value>Copy path</value>
|
||||
</data>
|
||||
<data name="OpenInConsole" xml:space="preserve">
|
||||
<value>Open in console</value>
|
||||
</data>
|
||||
<data name="OpenInExplorer" xml:space="preserve">
|
||||
<value>Open in Explorer</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user