mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[mcpServer] Show notification in case of port mismatch
notify call was missing GitOrigin-RevId: fd6729f9a3110a3ae024801b59742075722b05e2
This commit is contained in:
committed by
intellij-monorepo-bot
parent
78197eacbb
commit
6fabce0e69
@@ -76,6 +76,7 @@ internal class McpClientDetectionActivity : ProjectActivity {
|
||||
notification
|
||||
.addAction(AutoconfigureAction(project, notMatchingPort, notification))
|
||||
.addAction(ShowSettingsAction(project)).notify(project)
|
||||
notification.notify(project)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user