439 B
439 B
创建一个 ps1 脚本:
Set-PSReadlineOption -HistorySaveStyle SaveNothing
$env:path+='(redacted)/git/cmd;(redacted)/python'
修改 settings.json:
"args": [
"-ExecutionPolicy",
"remotesigned",
"-NoExit",
"(redacted)/vscode/data/user-data/User/profile.ps1"
]
在 py 目录中做以下更改:
python.exe -> py.exe (防止 powershell 跳转到 ms store)
+ sqrtools.pyc