IDEA-186962 Allow user defined Async annotations - help id

This commit is contained in:
Egor Ushakov
2018-11-19 13:20:18 +03:00
parent 752128f226
commit 41b25091e7
@@ -604,5 +604,11 @@ public class CaptureConfigurable implements SearchableConfigurable {
.toArray(ArrayUtil.EMPTY_STRING_ARRAY);
super.doOKAction();
}
@Nullable
@Override
protected String getHelpId() {
return "reference.idesettings.debugger.customAsyncAnnotations";
}
}
}