mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-20 17:52:23 +00:00
fix: Telemetry can't serialize traits anymore (#477)
* fix: Telemetry can't serialize traits anymore * Add tests
This commit is contained in:
parent
5e297e4d87
commit
f02e3cedbe
6 changed files with 88 additions and 25 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue