Fix path in mcp installer (#6643)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
This commit is contained in:
parent
6d5a909084
commit
5db36bdcdf
@ -51,7 +51,7 @@ if ($UpdateVsCodeConfig) {
|
||||
}
|
||||
$vscodeConfig.servers = $orderedServers
|
||||
Write-Host "Updating vscode mcp config at $vscodeConfigPath"
|
||||
$vscodeConfig | ConvertTo-Json -Depth 10 | Set-Content -Path $vscodeConfig -Force
|
||||
$vscodeConfig | ConvertTo-Json -Depth 10 | Set-Content -Path $vscodeConfigPath -Force
|
||||
}
|
||||
|
||||
$exe = Install-Standalone-Tool `
|
||||
|
||||
Loading…
Reference in New Issue
Block a user