Visual Studio Code Profile picture
Sep 1, 2022 16 tweets 6 min read Read on X
Time to update! The 1.71 release of VS Code is out TODAY.

code.visualstudio.com/updates/v1_71

What’s in it? A lot. Here's your VS Code Release Notes Twitter thread...🧵
You can now open the merge editor directly from files with conflicts. A file that has a conflict will now automatically show an Open in Merge Editor button to transition between the text and merge editors.

Theme: Cobalt2
The merge editor and inline experience can be used together. When the merge editor opens, you can get the previous experience with a single click in the editor toolbar:

Theme: GitHub Dark Dimmed
The FFmpeg shared library that ships as part of VS Code previously had only support for the FLAC codec. With this release, the library has been updated to support the following list of codecs and containers.

- Vorbis
- Flac
- H.264
- VP8
- WAV
- MP3
- Ogg

Theme: Fairy Floss
After initiating a rename action on a file, pressing the `F2` key will cycle through the file name, entire selection, and file extension to allow for more flexible keyboard-only interaction.

Theme: Slack Theme Aubergine Dark
We've also updated all of our buttons to have a slight rounded corner to better match our design aesthetic.
The Windows Controls Overlay feature lets VS Code users on Windows 11 select Snap Layouts to place VS Code on their desktop.
Sticky scroll shows the current scope at the top of the view port. The feature is no longer experimental and can be enabled with `editor.stickyScroll.enable`.

You can now set the max lines to show, as well as Ctrl/Cmd click into the headers for navigation.

Theme: Fortnite
We've completely overhauled the Code Action control. Instead of a simple menu of Code Actions, there is now a custom control that makes it easier to find the Code Action you want.
Underline styles and colors are now supported using the escape sequences originally pioneered by the kitty terminal. For supporting programs, these new underlines should light up automatically, provided they send these sequences to the VS Code terminal.
The Comments view has a new filter where you can filter by comment text and by resolved/unresolved state.

Extension: GitHub Pull Requests and Issues

Theme: Andromeda
Paste screenshots or image files into Markdown cells inside their notebooks. Currently only image/png mime type. Add/enable the following settings:

"ipynb.experimental.pasteImages.enabled": true
"editor.experimental.pasteActions.enabled": true

Theme: Night Owl Light
IntelliSense support with Pylance in Jupyter Notebooks is now much better.

Not only you will get improved auto completion options, but you will also be able to use refactoring features such as Extract Variable, Extract Method, and Rename Symbol, etc

Theme: Horizon Extended
The Live Preview extension now spawns a new server for each root in your multi-root workspace; links that are relative to the root of your project (ones that start with a /) will work properly when previewing multi-root workspaces.

Theme: GitHub Dark Dimmed
We added support for Temporary Settings Profile that can be created and associated to a folder or workspace temporarily. This profile gets auto deleted once it is not associated to any folder or workspace.

Theme: Fortnite
Plus so much more! Check out the full release notes...

code.visualstudio.com/updates/v1_71

And as always, #HappyCoding!

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Visual Studio Code

Visual Studio Code Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @code

Jan 8
Prompting is a developer skill, not magic. ✨

The Prompt‑Driven Development series shows how to turn prompts into real outcomes: refactoring existing codebases, fixing a chat app, querying docs with MCP, building responsive UIs, improving documentation, and generating tests.

🧵 Start here 👇Banner with dark blue background featuring the text “Prompt-Driven Development in VS Code: The Series” in bold white and purple letters, surrounded by abstract 3D blue shapes and a small Microsoft logo in the bottom right corner.
1️⃣ Introduction to Prompt‑Driven Development

Before diving into advanced workflows, this video breaks down the foundations: what AI‑assisted coding really is, how PDD differs from vibe coding and prompt engineering, and the core practices that make your prompts reliable.

2️⃣ Refactor an Existing Codebase using Prompt‑Driven Development

How to refactor a FastAPI + Cosmos DB project with Copilot using clear prompts, Agent Mode, and step‑by‑step reviews.

Read 10 tweets
Sep 12, 2025
With the latest @code release, the Language Model Chat Provider extension API is finalized - what does that mean for you?

Models can now be contributed via extensions, so with a single install, you get more model choice via Bring Your Own Key.

Here are some extensions you can install now… 🧵
The AI Toolkit extension enables you to explore and evaluate models.

And now you have access to its provided models directly in @code, whether it's a custom model you've tuned in Azure AI Foundry, a local model via Foundry Local, or any of the models in GitHub Models. aka.ms/AIToolkit
@huggingface's Inference Providers give developers access to hundreds of LLMs, built for high availability and low latency.

With the Hugging Face Provider extension, you can use models like Kimi K2, DeepSeek V3.1, GLM 4.5 directly in @code aka.ms/VSCode/Hugging…
Read 5 tweets
Aug 7, 2025
v1.103 of @code is here! Check out what's new:

🚀 GPT-5 rolling out to @code today
🛠️ Enable more than 128 MCP tools with virtual tools
✅ Chat checkpoints
🌳 Git worktree support

…and much more:

Here are some of the highlights 🧵 aka.ms/VSCodeReleaseA thumbnail with a dark background and the VS Code logo that reads "What's new in Visual Studio Code July Update 1.103, Use GPT-5 in chat, chat checkpoints to restore previous states, a revamped tool picker interface, support for more than 128 tools per agent request, automatic startup for MCP servers, enhanced terminal command approvals, Git worktree support for checking out multiple branches, fast code search for Azure DevOps repositories, a customizable language model selector, and a dedicated view for managing coding agent chat sessions".
Starting today, GPT-5 is rolling out to all paid GitHub Copilot plans. GPT-5 is OpenAI's most capable model yet, bringing new advances in reasoning, coding, and chat.
🛠️ Enable more than 128 tools per chat request with new virtual tool grouping (experimental).

The model now automatically manages tool groups when you exceed the limit, so your request won't fail.

⚙️ Setting: .virtualTools.thresholdgithub.copilot.chat
Read 15 tweets
Jun 19, 2025
Whether you're building, testing, designing, or automating, there's likely an MCP server that can help you do it in VS Code!

🧵 If you want to work with MCP in @code, here are some servers to explore: A thumbnail with a dark background and the VS Code and MCP logos that reads "MCP Servers in Visual Studio Code".
Azure: seamlessly connect AI agents to Azure services. Use it standalone or with the GitHub Copilot for Azure extension in VS Code.

github.com/Azure/azure-mcp
GitHub: integrates GitHub APIs for advanced automation and interactions with your Copilot-based tools.

github.com/github/github-…
Read 11 tweets
Apr 7, 2025
Big updates in the latest @code release:
✨ Extend agent mode (now available in VS Code Stable!) with MCP tools
✨ A unified chat experience
✨ Use your own API key to access more language models
...and so much more



Let’s dive in 🧵 aka.ms/VSCodeReleaseA thumbnail with a dark background and the VS Code logo that says "What's new in Visual Studio Code March Update [1.99] -Agent mode in VS Code Stable -Extend agent mode with MCP tools -New tools for fetching web content and symbol references -Edit notebooks and cells from chat -Next Edit Suggestions GA -Unified chat experience -Use your own API key to access more language models (preview) -Better and faster workspace search with instant remote indexing"
Agent mode is now available in VS Code Stable. Enable it by setting chat.agent.enabled ⚙️

In the coming weeks, we will be rolling out enablement by default to all users. A screenshot of the Chat view in VS Code with Agent selected in the mode dropdown
We now support MCP servers in agent mode.

This integration enables more dynamic and context-aware coding assistance. Read more in our docs: code.visualstudio.com/docs/copilot/c…
Read 10 tweets
Dec 20, 2024
We just announced GitHub Copilot Free, available for everyone in @code

So what does this new free tier actually mean? 🧵 A thumbnail with a blue/black/green gradient background, and the VS Code and GitHub Copilot logos in the center.
First off, all you need is a GitHub account.

No trial. No subscription. No credit card required.

Yes, really.
The free tier includes 2000 code completions/month and 50 chat requests/month.
Read 12 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us!

:(