VSCode to full name, disable Visual Studio Code plugin by default (#10071)

This commit is contained in:
Mykhailo Pylyp
2021-03-08 03:57:32 -08:00
committed by GitHub
parent 5214df42a6
commit c36b202fe7
8 changed files with 15 additions and 11 deletions

View File

@@ -70,7 +70,7 @@ namespace Community.PowerToys.Run.Plugin.VSCodeWorkspaces.Properties {
}
/// <summary>
/// Looks up a localized string similar to Open VSCode previously opened workspaces, remote machines (SSH or Codespaces) and containers..
/// Looks up a localized string similar to Opens workspaces, remote machines (SSH or Codespaces) and containers, previously opened in VS Code..
/// </summary>
internal static string PluginDescription {
get {
@@ -79,7 +79,7 @@ namespace Community.PowerToys.Run.Plugin.VSCodeWorkspaces.Properties {
}
/// <summary>
/// Looks up a localized string similar to VSCode Workspaces.
/// Looks up a localized string similar to Visual Studio Code Workspaces.
/// </summary>
internal static string PluginTitle {
get {

View File

@@ -118,14 +118,14 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="PluginTitle" xml:space="preserve">
<value>VSCode Workspaces</value>
<value>Visual Studio Code Workspaces</value>
</data>
<data name="In" xml:space="preserve">
<value>in</value>
<comment>Used to indicate the location where something is</comment>
</data>
<data name="PluginDescription" xml:space="preserve">
<value>Open VSCode previously opened workspaces, remote machines (SSH or Codespaces) and containers.</value>
<value>Opens workspaces, remote machines (SSH or Codespaces) and containers, previously opened in VS Code.</value>
</data>
<data name="SSHRemoteMachine" xml:space="preserve">
<value>SSH remote machine</value>
@@ -142,4 +142,4 @@
<value>Workspace</value>
<comment>It refers to the "Visual Studio Code workspace"</comment>
</data>
</root>
</root>