mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
committed by
GitHub
parent
7b280ebde1
commit
5f9cf69a24
@@ -19,7 +19,7 @@ namespace Community.PowerToys.Run.Plugin.VSCodeWorkspaces.Properties {
|
||||
// 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", "16.0.0.0")]
|
||||
[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 {
|
||||
@@ -87,6 +87,15 @@ namespace Community.PowerToys.Run.Plugin.VSCodeWorkspaces.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Project Folder.
|
||||
/// </summary>
|
||||
internal static string ProjectFolder {
|
||||
get {
|
||||
return ResourceManager.GetString("ProjectFolder", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to SSH remote machine.
|
||||
/// </summary>
|
||||
|
||||
@@ -140,10 +140,14 @@
|
||||
</data>
|
||||
<data name="Workspace" xml:space="preserve">
|
||||
<value>Workspace</value>
|
||||
<comment>It refers to the "Visual Studio Code workspace"</comment>
|
||||
<comment>It refers to the Visual Studio Code .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>
|
||||
<data name="ProjectFolder" xml:space="preserve">
|
||||
<value>Project Folder</value>
|
||||
<comment>It refers to the Visual Studio Code Project Folders</comment>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user