You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: com.microsoft.copilot.eclipse.core/src/com/microsoft/copilot/eclipse/core/events/CopilotEventConstants.java
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -160,4 +160,10 @@ public class CopilotEventConstants {
160
160
* Event when a rate limit warning is received from the language server.
Copy file name to clipboardExpand all lines: com.microsoft.copilot.eclipse.ui.test/src/com/microsoft/copilot/eclipse/ui/chat/services/ChatCompletionServiceTest.java
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@
15
15
importjava.util.concurrent.CompletableFuture;
16
16
17
17
importorg.eclipse.core.runtime.jobs.Job;
18
+
importorg.eclipse.ui.IWorkbench;
19
+
importorg.eclipse.ui.PlatformUI;
18
20
importorg.junit.jupiter.api.AfterAll;
19
21
importorg.junit.jupiter.api.BeforeAll;
20
22
importorg.junit.jupiter.api.Test;
@@ -39,6 +41,7 @@ class ChatCompletionServiceTest {
Copy file name to clipboardExpand all lines: com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/chat/services/ChatCompletionService.java
0 commit comments