mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
VSCode to full name, disable Visual Studio Code plugin by default (#10071)
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user