fix: update PowerShell executable to use pwsh.exe
This commit is contained in:
@@ -8,7 +8,7 @@ local launch_menu = {}
|
|||||||
if wezterm.target_triple == "x86_64-pc-windows-msvc" then
|
if wezterm.target_triple == "x86_64-pc-windows-msvc" then
|
||||||
table.insert(launch_menu, {
|
table.insert(launch_menu, {
|
||||||
label = "PowerShell",
|
label = "PowerShell",
|
||||||
args = { "powershell.exe", "-NoLogo" },
|
args = { "pwsh.exe", "-NoLogo" },
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Find installed visual studio version(s) and add their compilation
|
-- Find installed visual studio version(s) and add their compilation
|
||||||
|
|||||||
Reference in New Issue
Block a user