diff --git a/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/Main.cs b/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/Main.cs index 5d6dbcfc578a..43bafe1c1cec 100644 --- a/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/Main.cs +++ b/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/Main.cs @@ -258,7 +258,7 @@ private bool OpenInExplorer(string path) return true; } - public void HandleError(string msg, Exception exception = null, bool showMsg = false) + private void HandleError(string msg, Exception exception = null, bool showMsg = false) { if (exception != null) {