SIGN IN SIGN UP

Remove anthropic.thinking.budgetTokens setting and hardcode budget to 16000 (#312824)

Remove the user-configurable setting github.copilot.chat.anthropic.thinking.budgetTokens
and hardcode the thinking budget to 16000 (the previous default value).

This simplifies the thinking budget logic by:
- Removing the setting definition from ConfigKey, package.json, and NLS
- Hardcoding budget=16000 in messagesApi.ts and anthropicProvider.ts
- Removing the ability to disable thinking by setting budget to 0
- Cleaning up unused imports/variables in the test file
B
Bhavya U committed
22fd3897cf7fb451e2f710072d0aa30836018ef0
Parent: 365ef69
Committed by GitHub <noreply@github.com> on 4/27/2026, 5:02:01 PM