Verified Solution

[microsoft/vscode] The new model selection in the chat interface is sucks.

Sponsored Content
### ROOT CAUSE The issue arises from the new chat interface in VSCode, which may have simplified the model selection process, potentially hiding the full list of available models. Users who prefer the previous interface, which displayed all models explicitly, are unable to access the complete list without adjustments. ### CODE FIX To restore the previous model selection interface, you can modify VSCode's settings to display all available models. Here's how to do it: 1. **Open VSCode Settings**: - Press `Ctrl + ,` (Windows/Linux) or `Cmd + ,` (macOS) to open the settings. 2. **Search for Chat Settings**: - In the search bar, type "Chat" to find related settings. 3. **Modify the Model List**: - Look for an option related to the chat interface or model selection. If available, adjust the setting to display the full list of models. If not, you can add a custom configuration. 4. **Use a Custom Setting**: - Add the following setting to your `settings.json` file to force the old model selection interface: ```json { "chat.interface": "old" } ``` This fix will revert the chat interface to display all models as it did before, allowing you to see the full list of available options.
Deploy on DigitalOcean ($200 Credit)

Related Fixes

[rust-lang/rust] `&pin!()` stopped being deref-coerced in rust 1.88
[gitlab-org/gitlab] Auto-merge (MWCP) does not respect "Skipped pipelines are considered successful" project setting
[StackOverflow/reactjs] change Emmet abbreviation ".." from 'styleName' to 'className'