Skip to content

Commit b825432

Browse files
committed
uncomment
1 parent 916f7a3 commit b825432

File tree

1 file changed

+2
-2
lines changed
  • PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-azuremcp/src/main/java/com/microsoft/azure/toolkit/intellij/azuremcp

1 file changed

+2
-2
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-azuremcp/src/main/java/com/microsoft/azure/toolkit/intellij/azuremcp/GithubCopilotMcpInitializer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ public Object execute(@NotNull Project project, @NotNull Continuation<? super Un
5555
logTelemetryEvent("azmcp-copilot-initialization-started");
5656
log.info("Running GitHub Copilot MCP initializer");
5757
try {
58-
// if (isCopilotMcpSupported()) {
58+
if (isCopilotMcpSupported()) {
5959
initializeAzureMcpServer();
60-
// }
60+
}
6161
log.info("GitHub Copilot MCP initializer completed.");
6262
} catch (final Exception ex) {
6363
log.error("Error initializing Azure MCP Server: " + ex.getMessage(), ex);

0 commit comments

Comments
 (0)