We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96e9491 commit b8a3d62Copy full SHA for b8a3d62
1 file changed
crates/vite_global_cli/src/commands/env/setup.rs
@@ -501,9 +501,9 @@ function vp {
501
}
502
503
# Dynamic shell completion for PowerShell
504
-$env:COMPLETE = "powershell"
+$env:VP_COMPLETE = "powershell"
505
& (Join-Path $__vp_bin "vp.exe") | Out-String | Invoke-Expression
506
-Remove-Item Env:\COMPLETE -ErrorAction SilentlyContinue
+Remove-Item Env:\VP_COMPLETE -ErrorAction SilentlyContinue
507
"#;
508
509
// For PowerShell, use the actual absolute path (not $HOME-relative)
0 commit comments