Skip to content

Commit c508923

Browse files
committed
1 parent c41f5a6 commit c508923

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugin/src/main/kotlin/spp/jetbrains/sourcemarker/SourceMarkerPlugin.kt

+3
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,9 @@ class SourceMarkerPlugin(val project: Project) {
535535
),
536536
project
537537
)
538+
539+
config.notifiedConnection = true
540+
projectSettings.setValue("sourcemarker_plugin_config", Json.encode(config))
538541
} else if (resp.statusCode() == 405) {
539542
//found skywalking OAP server
540543
if (ssl) {

0 commit comments

Comments
 (0)