fix: Telemetry can't serialize traits anymore (#477)

* fix: Telemetry can't serialize traits anymore

* Add tests
This commit is contained in:
Rene Leonhardt 2024-04-19 16:06:37 +02:00 committed by Carl-Robert Linnupuu
parent 5e297e4d87
commit f02e3cedbe
6 changed files with 88 additions and 25 deletions

View file

@ -49,7 +49,7 @@ public class IncludeFilesInContextAction extends AnAction {
private static final Logger LOG = Logger.getInstance(IncludeFilesInContextAction.class);
public IncludeFilesInContextAction() {
super(CodeGPTBundle.get("action.includeFilesInContext.title"));
this("action.includeFilesInContext.title");
}
public IncludeFilesInContextAction(String customTitleKey) {