690607:2321 ADR-035-135 #07
This commit is contained in:
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
# File: .vscode/setup-terminal.ps1
|
||||
# Change Log:
|
||||
# - 2026-06-07: Initial creation - bypass PSReadline history restoration
|
||||
|
||||
param(
|
||||
[Parameter(Mandatory=$true)]
|
||||
[string]$TargetPath
|
||||
)
|
||||
|
||||
# Disable PSReadline history for this session
|
||||
Set-PSReadlineOption -HistorySaveStyle SaveNothing
|
||||
|
||||
# Change to target directory
|
||||
Set-Location $TargetPath
|
||||
Reference in New Issue
Block a user