diff --git a/src/CodingWithCalvin.OpenInNotepadPlusPlus/Commands/OpenExecutableCommand.cs b/src/CodingWithCalvin.OpenInNotepadPlusPlus/Commands/OpenExecutableCommand.cs index 5026709..84c969d 100644 --- a/src/CodingWithCalvin.OpenInNotepadPlusPlus/Commands/OpenExecutableCommand.cs +++ b/src/CodingWithCalvin.OpenInNotepadPlusPlus/Commands/OpenExecutableCommand.cs @@ -72,7 +72,6 @@ private static void OpenExecutable(string executablePath, string selectedFilePat { var startInfo = new ProcessStartInfo { - WorkingDirectory = selectedFilePath, FileName = $"\"{executablePath}\"", Arguments = $"\"{selectedFilePath}\"", CreateNoWindow = true,