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

Apr 7
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
Oct 31, 2024
With the latest @code release, the Chat view has moved to the Secondary Side Bar by default.

Here are some tips with this change...🧵 A screenshot of VS Code showing the Copilot Chat view on the right hand side in the Secondary Side Bar
You can use the Chat menu next to the Command Center to quickly bring up Chat in the Secondary Side Bar.

You can hide this menu with the chat.commandCenter.enabled setting ⚙️
If you've previously installed GitHub Copilot, a view will show up that enables you to restore the Chat view to the old location A screenshot of VS Code showing the Chat view in the Primary Side Bar, with the text "Chat (Old Location) Chat has been moved to the Secondary Side Bar on the right for a more integrated AI experience in your editor. You can quickly access Chat via the new Copilot icon in the editor title bar or with the keyboard shortcut." with a blue button that says "Got it" and a grey button that says "Restore Old Location"
Read 4 tweets
Mar 5, 2024
Another month, another big batch of updates and features for @GitHub Copilot in VS @Code.

🤖 Change Chat font
🤖 New speech functionality
🤖 "live" mode
🤖 new #editor var and more!

Let's go...🧵
You can now change the font in the chat. This works for inline, ghost text, chat sidebar, etc.

BTW - cool "Minecraft" inspired mono-spaced font here:

github.com/IdreesInc/Mono…
There's a new prompt whenever you try to save a file that has unaccepted Copilot suggestions. This is on by default so you don't accidentally save code you didn't accept.
Read 9 tweets
Dec 21, 2023
🤖 GitHub Copilot just keeps getting smarter and smarter!

In case you missed them, here are 4 of the newest features that you're going to love 🧵
Gone are the days of trying to come up with descriptive commit messages... Let Copilot generate them for you ✨
Use the # command to provide Copilot with context. With better context, you'll get better answers!
Read 6 tweets
Jul 21, 2023
Introducing new GitHub Copilot features in VS Code!

There's a LOT going on, so here's everything we have to show you...🧵
You can now move the chat session from the sidebar into the editor space. Which gives you a lot more room for....activities.
You can ask Copilot to create workspaces for popular project types with the /createWorkspace slash command. Copilot will first generate a directory structure for your request.

Then click "Create Workspace" and it will create the suggested project - files, directories and all.
Read 11 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!

:(