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/lsp/protocol/CopilotLanguageServerSettings.java
+2-14Lines changed: 2 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -278,8 +278,6 @@ public static class CopilotSettings {
278
278
279
279
privateCopilotAgentSettingsagent;
280
280
281
-
privateintusageAlertThreshold;
282
-
283
281
/**
284
282
* Constructor.
285
283
*/
@@ -322,29 +320,19 @@ public void setAgent(CopilotAgentSettings agent) {
Copy file name to clipboardExpand all lines: com.microsoft.copilot.eclipse.core/src/com/microsoft/copilot/eclipse/core/lsp/protocol/quota/CheckQuotaResult.java
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,17 @@ public class CheckQuotaResult {
11
11
privateQuotachat;
12
12
privateQuotacompletions;
13
13
privateQuotapremiumInteractions;
14
+
15
+
/**
16
+
* Quota usage for the 5-hour rolling interval (session limit). Only included for CFI (Copilot for Individuals)
17
+
* token-based billing users
18
+
*/
14
19
privateTbbQuotaimmediateUsageInterval;
20
+
21
+
/**
22
+
* Quota usage for the 7-day rolling interval (weekly limit). Only included for CFI (Copilot for Individuals)
23
+
* token-based billing users (all CFI plans).
24
+
*/
15
25
privateTbbQuotaextendedUsageInterval;
16
26
privateStringresetDate;
17
27
privateStringresetDateUtc;
@@ -101,8 +111,7 @@ public boolean equals(Object obj) {
Copy file name to clipboardExpand all lines: com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/preferences/CopilotPreferenceInitializer.java
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,6 @@ public void initializeDefaultPreferences() {
Copy file name to clipboardExpand all lines: com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/preferences/CopilotPreferencesPage.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ protected Control createContents(Composite parent) {
Copy file name to clipboardExpand all lines: com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/preferences/LanguageServerSettingManager.java
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -75,8 +75,6 @@ public LanguageServerSettingManager(CopilotLanguageServerConnection conn, IProxy
0 commit comments