We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e595d2 commit 37f30e3Copy full SHA for 37f30e3
eng/common/mcp/azure-sdk-mcp.ps1
@@ -51,7 +51,7 @@ if ($UpdateVsCodeConfig) {
51
}
52
$vscodeConfig.servers = $orderedServers
53
Write-Host "Updating vscode mcp config at $vscodeConfigPath"
54
- $vscodeConfig | ConvertTo-Json -Depth 10 | Set-Content -Path $vscodeConfig -Force
+ $vscodeConfig | ConvertTo-Json -Depth 10 | Set-Content -Path $vscodeConfigPath -Force
55
56
57
$exe = Install-Standalone-Tool `
0 commit comments