【发布时间】:2022-01-24 18:59:45
【问题描述】:
在我的 Mac 上的 VS Code 中,使用 PowerShell 时,在 VS Code 在我的机器上检测到旧的 PowerShell 版本并触发“brew upgrade -- cask PowerShell”在终端中。
【问题讨论】:
标签: macos powershell homebrew-cask
在我的 Mac 上的 VS Code 中,使用 PowerShell 时,在 VS Code 在我的机器上检测到旧的 PowerShell 版本并触发“brew upgrade -- cask PowerShell”在终端中。
【问题讨论】:
标签: macos powershell homebrew-cask
显然,以前没有使用 homebrew/cask 安装 PowerShell。 我必须先在终端中使用“brew install cask”安装木桶,然后使用“brew install --cask PowerShell”安装 PowerShell。
【讨论】: