We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c41f5a6 commit c508923Copy full SHA for c508923
plugin/src/main/kotlin/spp/jetbrains/sourcemarker/SourceMarkerPlugin.kt
@@ -535,6 +535,9 @@ class SourceMarkerPlugin(val project: Project) {
535
),
536
project
537
)
538
+
539
+ config.notifiedConnection = true
540
+ projectSettings.setValue("sourcemarker_plugin_config", Json.encode(config))
541
} else if (resp.statusCode() == 405) {
542
//found skywalking OAP server
543
if (ssl) {
0 commit comments