diff --git a/installer/PowerToysSetup/Product.wxs b/installer/PowerToysSetup/Product.wxs index ad57238398..f0bd55614e 100644 --- a/installer/PowerToysSetup/Product.wxs +++ b/installer/PowerToysSetup/Product.wxs @@ -1021,7 +1021,8 @@ - + + diff --git a/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/Community.PowerToys.Run.Plugin.VSCodeWorkspaces.csproj b/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/Community.PowerToys.Run.Plugin.VSCodeWorkspaces.csproj index 605295bc93..5421079a25 100644 --- a/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/Community.PowerToys.Run.Plugin.VSCodeWorkspaces.csproj +++ b/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/Community.PowerToys.Run.Plugin.VSCodeWorkspaces.csproj @@ -83,7 +83,10 @@ PreserveNewest - + + PreserveNewest + + PreserveNewest diff --git a/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/Images/code-dark.png b/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/Images/code-dark.png new file mode 100644 index 0000000000..d05c28f6c8 Binary files /dev/null and b/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/Images/code-dark.png differ diff --git a/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/Images/code-light.png b/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/Images/code-light.png new file mode 100644 index 0000000000..15d666eb23 Binary files /dev/null and b/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/Images/code-light.png differ diff --git a/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/Images/vscode_plugin.png b/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/Images/vscode_plugin.png deleted file mode 100644 index 0ecd1147fc..0000000000 Binary files a/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/Images/vscode_plugin.png and /dev/null differ diff --git a/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/Properties/Resources.Designer.cs b/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/Properties/Resources.Designer.cs index 13ca6c4314..27e97a8d60 100644 --- a/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/Properties/Resources.Designer.cs +++ b/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/Properties/Resources.Designer.cs @@ -70,7 +70,7 @@ namespace Community.PowerToys.Run.Plugin.VSCodeWorkspaces.Properties { } /// - /// 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.. /// internal static string PluginDescription { get { @@ -79,7 +79,7 @@ namespace Community.PowerToys.Run.Plugin.VSCodeWorkspaces.Properties { } /// - /// Looks up a localized string similar to VSCode Workspaces. + /// Looks up a localized string similar to Visual Studio Code Workspaces. /// internal static string PluginTitle { get { diff --git a/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/Properties/Resources.resx b/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/Properties/Resources.resx index fc639c9cb7..4698bff239 100644 --- a/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/Properties/Resources.resx +++ b/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/Properties/Resources.resx @@ -118,14 +118,14 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - VSCode Workspaces + Visual Studio Code Workspaces in Used to indicate the location where something is - Open VSCode previously opened workspaces, remote machines (SSH or Codespaces) and containers. + Opens workspaces, remote machines (SSH or Codespaces) and containers, previously opened in VS Code. SSH remote machine @@ -142,4 +142,4 @@ Workspace It refers to the "Visual Studio Code workspace" - + \ No newline at end of file diff --git a/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/plugin.json b/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/plugin.json index bf8ce5323d..290fd60200 100644 --- a/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/plugin.json +++ b/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/plugin.json @@ -1,14 +1,14 @@ { "ID": "525995402BEF4A8CA860D92F6D108092", + "Disabled": true, "ActionKeyword": "{", - "Name": "VSCode Workspaces", - "Description": "Opened VSCode Workspaces", + "Name": "VS Code Workspaces", "Author": "ricardosantos9521", "Version": "1.0.0", "Language": "csharp", "Website": "https://github.com/ricardosantos9521/PowerToys/", "ExecuteFileName": "Community.PowerToys.Run.Plugin.VSCodeWorkspaces.dll", "IsGlobal": false, - "IcoPathDark": "Images\\vscode_plugin.png", - "IcoPathLight": "Images\\vscode_plugin.png" + "IcoPathDark": "Images\\code-dark.png", + "IcoPathLight": "Images\\code-light.png" } \ No newline at end of file