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 b08c122 commit f182a76Copy full SHA for f182a76
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