From 37c70be932cdd38897e0f15e683c0c3b39c6866e Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Mon, 10 Mar 2025 09:21:51 +0100 Subject: [PATCH] Updated edit.ps1 --- scripts/edit.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/edit.ps1 b/scripts/edit.ps1 index 8707f798..ca85e1b9 100755 --- a/scripts/edit.ps1 +++ b/scripts/edit.ps1 @@ -35,7 +35,7 @@ TryEditor "nano" $path TryEditor "pico" $path TryEditor "hx" $path TryEditor "emacs" $path -TryEditor "Code.exe" $path +TryEditor "Code" $path TryEditor "notepad.exe" $path TryEditor "wordpad.exe" $path Write-Host ""