mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-02 21:51:01 +00:00
210 - Add diff function (#213)
* Add diff function * modify writeSpace * Remove unnecessary code * Add telemetry for toolwindow editor actions --------- Co-authored-by: wang <1625116638@qq.com> Co-authored-by: Carl-Robert Linnupuu <carlrobertoh@gmail.com>
This commit is contained in:
parent
a2738dac0f
commit
8269ba371c
14 changed files with 488 additions and 274 deletions
|
|
@ -6,7 +6,8 @@ public enum TelemetryAction {
|
|||
|
||||
COMPLETION("CodeGPT-Completion"),
|
||||
COMPLETION_ERROR("CodeGPT-Completion-Error"),
|
||||
IDE_ACTION("CodeGPT-Action");
|
||||
IDE_ACTION("CodeGPT-Action"),
|
||||
IDE_ACTION_ERROR("CodeGPT-Action-Error");
|
||||
|
||||
private final String code;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue