Vscode 手動指定 PowerShell 位置
適用場景是如果要完全使用可攜板的 VsCode ,需要手動從設定中指定。大概就是企業環境中禁止管理權限無法安裝的一個折衷做法。
下面的範例是下載 Protable 的 VsCode 然後直接把 pwsh 放置在同資料夾的 data 中
"powershell.powerShellAdditionalExePaths": {
"PowerShell (x64)": "VSCodeProtable\\data\\PowerShell\\7\\pwsh.exe"
},
"[powershell]": {
"editor.defaultFormatter": "ms-vscode.powershell"
},
"powershell.powerShellDefaultVersion": "PowerShell (x64)",
"powershell.promptToUpdatePowerShell": false,
這樣就可以從內部讀取到並使用 pwsh 了
沒有留言:
張貼留言