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
{{ message }}
This repository was archived by the owner on May 20, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: package.nls.json
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -407,11 +407,15 @@
407
407
"github.copilot.config.inlineEdits.nextCursorPrediction.currentFileMaxTokens": "Maximum tokens for current file in next cursor prediction.",
408
408
"github.copilot.config.inlineEdits.renameSymbolSuggestions": "Enable rename symbol suggestions in inline edits.",
409
409
"github.copilot.config.nextEditSuggestions.preferredModel": "Preferred model for next edit suggestions.",
410
-
"github.copilot.config.nextEditSuggestions.aggressiveness": "Controls how aggressively next edit suggestions are shown. Higher values show more suggestions with less delay.",
411
-
"github.copilot.config.nextEditSuggestions.aggressiveness.default": "Use the default aggressiveness level.",
412
-
"github.copilot.config.nextEditSuggestions.aggressiveness.low": "Show fewer suggestions with longer delays.",
413
-
"github.copilot.config.nextEditSuggestions.aggressiveness.medium": "Balanced suggestion frequency and delay.",
414
-
"github.copilot.config.nextEditSuggestions.aggressiveness.high": "Show more suggestions with minimal delay.",
410
+
"github.copilot.config.nextEditSuggestions.eagerness": "Controls how eagerly next edit suggestions are shown. Higher values show more suggestions with less delay.",
411
+
"github.copilot.config.nextEditSuggestions.eagerness.auto": "Automatically determine the eagerness level.",
0 commit comments