Skip to content

Commit f182a76

Browse files
azure-sdkbenbp
andauthored
Fix path in mcp installer (#35448)
Co-authored-by: Ben Broderick Phillips <[email protected]>
1 parent b08c122 commit f182a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/mcp/azure-sdk-mcp.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ if ($UpdateVsCodeConfig) {
5151
}
5252
$vscodeConfig.servers = $orderedServers
5353
Write-Host "Updating vscode mcp config at $vscodeConfigPath"
54-
$vscodeConfig | ConvertTo-Json -Depth 10 | Set-Content -Path $vscodeConfig -Force
54+
$vscodeConfig | ConvertTo-Json -Depth 10 | Set-Content -Path $vscodeConfigPath -Force
5555
}
5656

5757
$exe = Install-Standalone-Tool `

0 commit comments

Comments
 (0)