How to Sync VS Code Settings Across Your Machines

It’s your setup, wherever you are…
Sandy Sandy (1)
Jan 25, 2021
30 minutes

You spent some time getting your VS Code environment just as you want it. What if your machine is unavailable and you need to use another? Luckily, VS Code is free and a slim 236MB download. You’ll be up and running again in no time. So no problem, right?

Well yes, except that all your settings, shortcuts, and extensions are now missing. The ones you’ve been tweaking almost daily to get things perfect. You could remember all the settings, shortcuts and extensions, but it’s still going to take a while to set them up.

When synchronizing multiple machines, the task becomes even harder. In such cases, it makes sense to automate the process.

Getting started

This guide assumes that you know that VS Code is a lightweight code editor, and that you already have it installed on at least one machine. You will also need a GitHub account because your settings will be stored in a secret GitHub Gist.

There are a few extensions for syncing settings in VS Code, and a new built-in function (currently in ‘preview’).

We are going to install the well-established and tested Settings Sync extension by Shan Khan. It’s been going for years and installed by millions.

Read on to find out how to backup and synchronize your VS Code environment in 9 short steps, with the minimum of fuss.

VS Code ×1
github×1

Howchoo is reader-supported. When you buy through links on our site, we may earn a small affiliate commission at no cost to you.

VS Code Extensions Market PlaceVS Code Extensions Market Place
  1. Launch the Extensions Marketplace by the button in the sidebar, as shown in the image above.
  2. Type the word Setting into the search bar at the top.
  3. Identify the Settings Sync entry in the list and click Install.

Next, you will connect the extension to GitHub.

A dialog box with two buttons; Login and EditA dialog box with two buttons; Login and Edit

Settings Sync will display setup instructions in the Editor Window when it has installed.

  1. Click the LOGIN WITH GITHUB button as shown in the image above.

Next, you will open GitHub inside VS Code.

A VS Code dialog box authorising external websitesA VS Code dialog box authorising external websites

Settings Sync needs to access GitHub from within VS Code.

  1. Click the Open button as shown in the image above.
GitHub authorisation dialogGitHub authorisation dialog

GitHub needs you to authorize Settings Sync.

  1. Click the Authorize shanalikhan button as shown in the image above.
Two messages from Settings SyncTwo messages from Settings Sync

Sync Settings should now be installed. As this is a first-time installation*, there’s no existing Gist to select.

  1. Check that the Success! message has appeared in your web browser and close the tab.
  2. A message with the heading Select Your Existing Gist will appear in the VS Code Edit Window. Click the blue SKIP button.

A new Gist will be created automatically in Step 7.

VS Code Settings MenuVS Code Settings Menu
  1. Click the Manage button on the VS Code sidebar.
  2. Choose Command Palette from the pop-up menu.
Settings Sync commandsSettings Sync commands
  1. Type sync into the Command Palette search bar.
  2. Click the command Update/Upload Settings.

The extension will automatically create a record of your current VS Code settings and upload it to a new secret Gist at GitHub.

In the next step, you will check that the new file has been created.

A GitHub menu and JSON fileA GitHub menu and JSON file

Settings Sync works by creating a JSON file that lists information about your VS Code environment. The file is rebuilt from the current environment when you issue the Update/Upload command (see Step 7). You should do this every time that you make a significant change to your setup.

The simplest way to verify the file is to open it in GitHub.

  1. Sign-in to GitHub and click the account avatar in the top right of the UI.
  2. Select Your gists from the dropdown menu.
  3. Find a recent entry for cloudSettings and open the file. Check the date and the metadata to make sure it is a correct record of your setup.
Someone using a laptop in a cafeSomeone using a laptop in a cafe

Because the settings are stored on GitHub, installing them in VS Code on multiple machines is easy.

  1. Install VS Code and follow the steps in this guide until Step 5. You should then see a list of existing settings files retrieved from GitHub.
  2. Choose a file (usually the most recent). Your current machine’s VS Code will be updated with your preferred settings.

For additional help, refer to the extension’s notes.

We hope that this guide has saved you some serious VS Code hassle! Don’t forget to let your friends know how easy it is to keep your settings safe, whatever happens.

Zach Zach (236)
Nov 19, 2020
1 minute

This short guide will show you how to move the search box in Visual Studio Code from the sidebar to the footer panel, making it easier to find and replace files.

How to Sync VS Code Settings Across Your Machines

It’s your setup, wherever you are…
Sandy Sandy (1)
Jan 25, 2021
30 minutes

You spent some time getting your VS Code environment just as you want it. What if your machine is unavailable and you need to use another? Luckily, VS Code is free and a slim 236MB download. You’ll be up and running again in no time. So no problem, right?

Well yes, except that all your settings, shortcuts, and extensions are now missing. The ones you’ve been tweaking almost daily to get things perfect. You could remember all the settings, shortcuts and extensions, but it’s still going to take a while to set them up.

When synchronizing multiple machines, the task becomes even harder. In such cases, it makes sense to automate the process.

Getting started

This guide assumes that you know that VS Code is a lightweight code editor, and that you already have it installed on at least one machine. You will also need a GitHub account because your settings will be stored in a secret GitHub Gist.

There are a few extensions for syncing settings in VS Code, and a new built-in function (currently in ‘preview’).

We are going to install the well-established and tested Settings Sync extension by Shan Khan. It’s been going for years and installed by millions.

Read on to find out how to backup and synchronize your VS Code environment in 9 short steps, with the minimum of fuss.

VS Code ×1
github×1

Howchoo is reader-supported. When you buy through links on our site, we may earn a small affiliate commission at no cost to you.

VS Code Extensions Market PlaceVS Code Extensions Market Place
  1. Launch the Extensions Marketplace by the button in the sidebar, as shown in the image above.
  2. Type the word Setting into the search bar at the top.
  3. Identify the Settings Sync entry in the list and click Install.

Next, you will connect the extension to GitHub.

A dialog box with two buttons; Login and EditA dialog box with two buttons; Login and Edit

Settings Sync will display setup instructions in the Editor Window when it has installed.

  1. Click the LOGIN WITH GITHUB button as shown in the image above.

Next, you will open GitHub inside VS Code.

A VS Code dialog box authorising external websitesA VS Code dialog box authorising external websites

Settings Sync needs to access GitHub from within VS Code.

  1. Click the Open button as shown in the image above.
GitHub authorisation dialogGitHub authorisation dialog

GitHub needs you to authorize Settings Sync.

  1. Click the Authorize shanalikhan button as shown in the image above.
Two messages from Settings SyncTwo messages from Settings Sync

Sync Settings should now be installed. As this is a first-time installation*, there’s no existing Gist to select.

  1. Check that the Success! message has appeared in your web browser and close the tab.
  2. A message with the heading Select Your Existing Gist will appear in the VS Code Edit Window. Click the blue SKIP button.

A new Gist will be created automatically in Step 7.

VS Code Settings MenuVS Code Settings Menu
  1. Click the Manage button on the VS Code sidebar.
  2. Choose Command Palette from the pop-up menu.
Settings Sync commandsSettings Sync commands
  1. Type sync into the Command Palette search bar.
  2. Click the command Update/Upload Settings.

The extension will automatically create a record of your current VS Code settings and upload it to a new secret Gist at GitHub.

In the next step, you will check that the new file has been created.

A GitHub menu and JSON fileA GitHub menu and JSON file

Settings Sync works by creating a JSON file that lists information about your VS Code environment. The file is rebuilt from the current environment when you issue the Update/Upload command (see Step 7). You should do this every time that you make a significant change to your setup.

The simplest way to verify the file is to open it in GitHub.

  1. Sign-in to GitHub and click the account avatar in the top right of the UI.
  2. Select Your gists from the dropdown menu.
  3. Find a recent entry for cloudSettings and open the file. Check the date and the metadata to make sure it is a correct record of your setup.
Someone using a laptop in a cafeSomeone using a laptop in a cafe

Because the settings are stored on GitHub, installing them in VS Code on multiple machines is easy.

  1. Install VS Code and follow the steps in this guide until Step 5. You should then see a list of existing settings files retrieved from GitHub.
  2. Choose a file (usually the most recent). Your current machine’s VS Code will be updated with your preferred settings.

For additional help, refer to the extension’s notes.

We hope that this guide has saved you some serious VS Code hassle! Don’t forget to let your friends know how easy it is to keep your settings safe, whatever happens.

Zach Zach (236)
Nov 19, 2020
1 minute

This short guide will show you how to move the search box in Visual Studio Code from the sidebar to the footer panel, making it easier to find and replace files.

 
1
2

How to Sync VS Code Settings Across Your Machines

It’s your setup, wherever you are…
Sandy Sandy (1)
Jan 25, 2021
30 minutes

You spent some time getting your VS Code environment just as you want it. What if your machine is unavailable and you need to use another? Luckily, VS Code is free and a slim 236MB download. You’ll be up and running again in no time. So no problem, right?

Well yes, except that all your settings, shortcuts, and extensions are now missing. The ones you’ve been tweaking almost daily to get things perfect. You could remember all the settings, shortcuts and extensions, but it’s still going to take a while to set them up.

When synchronizing multiple machines, the task becomes even harder. In such cases, it makes sense to automate the process.

Getting started

This guide assumes that you know that VS Code is a lightweight code editor, and that you already have it installed on at least one machine. You will also need a GitHub account because your settings will be stored in a secret GitHub Gist.

There are a few extensions for syncing settings in VS Code, and a new built-in function (currently in ‘preview’).

We are going to install the well-established and tested Settings Sync extension by Shan Khan. It’s been going for years and installed by millions.

Read on to find out how to backup and synchronize your VS Code environment in 9 short steps, with the minimum of fuss.

VS Code ×1
github×1

Howchoo is reader-supported. When you buy through links on our site, we may earn a small affiliate commission at no cost to you.

VS Code Extensions Market PlaceVS Code Extensions Market Place
  1. Launch the Extensions Marketplace by the button in the sidebar, as shown in the image above.
  2. Type the word Setting into the search bar at the top.
  3. Identify the Settings Sync entry in the list and click Install.

Next, you will connect the extension to GitHub.

A dialog box with two buttons; Login and EditA dialog box with two buttons; Login and Edit

Settings Sync will display setup instructions in the Editor Window when it has installed.

  1. Click the LOGIN WITH GITHUB button as shown in the image above.

Next, you will open GitHub inside VS Code.

A VS Code dialog box authorising external websitesA VS Code dialog box authorising external websites

Settings Sync needs to access GitHub from within VS Code.

  1. Click the Open button as shown in the image above.
GitHub authorisation dialogGitHub authorisation dialog

GitHub needs you to authorize Settings Sync.

  1. Click the Authorize shanalikhan button as shown in the image above.
Two messages from Settings SyncTwo messages from Settings Sync

Sync Settings should now be installed. As this is a first-time installation*, there’s no existing Gist to select.

  1. Check that the Success! message has appeared in your web browser and close the tab.
  2. A message with the heading Select Your Existing Gist will appear in the VS Code Edit Window. Click the blue SKIP button.

A new Gist will be created automatically in Step 7.

VS Code Settings MenuVS Code Settings Menu
  1. Click the Manage button on the VS Code sidebar.
  2. Choose Command Palette from the pop-up menu.
Settings Sync commandsSettings Sync commands
  1. Type sync into the Command Palette search bar.
  2. Click the command Update/Upload Settings.

The extension will automatically create a record of your current VS Code settings and upload it to a new secret Gist at GitHub.

In the next step, you will check that the new file has been created.

A GitHub menu and JSON fileA GitHub menu and JSON file

Settings Sync works by creating a JSON file that lists information about your VS Code environment. The file is rebuilt from the current environment when you issue the Update/Upload command (see Step 7). You should do this every time that you make a significant change to your setup.

The simplest way to verify the file is to open it in GitHub.

  1. Sign-in to GitHub and click the account avatar in the top right of the UI.
  2. Select Your gists from the dropdown menu.
  3. Find a recent entry for cloudSettings and open the file. Check the date and the metadata to make sure it is a correct record of your setup.
Someone using a laptop in a cafeSomeone using a laptop in a cafe

Because the settings are stored on GitHub, installing them in VS Code on multiple machines is easy.

  1. Install VS Code and follow the steps in this guide until Step 5. You should then see a list of existing settings files retrieved from GitHub.
  2. Choose a file (usually the most recent). Your current machine’s VS Code will be updated with your preferred settings.

For additional help, refer to the extension’s notes.

We hope that this guide has saved you some serious VS Code hassle! Don’t forget to let your friends know how easy it is to keep your settings safe, whatever happens.

Zach Zach (236)
Nov 19, 2020
1 minute

This short guide will show you how to move the search box in Visual Studio Code from the sidebar to the footer panel, making it easier to find and replace files.

How to Sync VS Code Settings Across Your Machines

It’s your setup, wherever you are…
Sandy Sandy (1)
Jan 25, 2021
30 minutes

You spent some time getting your VS Code environment just as you want it. What if your machine is unavailable and you need to use another? Luckily, VS Code is free and a slim 236MB download. You’ll be up and running again in no time. So no problem, right?

Well yes, except that all your settings, shortcuts, and extensions are now missing. The ones you’ve been tweaking almost daily to get things perfect. You could remember all the settings, shortcuts and extensions, but it’s still going to take a while to set them up.

When synchronizing multiple machines, the task becomes even harder. In such cases, it makes sense to automate the process.

Getting started

This guide assumes that you know that VS Code is a lightweight code editor, and that you already have it installed on at least one machine. You will also need a GitHub account because your settings will be stored in a secret GitHub Gist.

There are a few extensions for syncing settings in VS Code, and a new built-in function (currently in ‘preview’).

We are going to install the well-established and tested Settings Sync extension by Shan Khan. It’s been going for years and installed by millions.

Read on to find out how to backup and synchronize your VS Code environment in 9 short steps, with the minimum of fuss.

VS Code ×1
github×1

Howchoo is reader-supported. When you buy through links on our site, we may earn a small affiliate commission at no cost to you.

How to Sync VS Code Settings Across Your Machines

It’s your setup, wherever you are…
Sandy Sandy (1)
Jan 25, 2021
30 minutes
Sandy
 
1
2
VS Code ×1
github×1

Howchoo is reader-supported. When you buy through links on our site, we may earn a small affiliate commission at no cost to you.

VS Code ×1
github×1
Table of Contents

Steps to Sync VS Code Settings:

  1. Install the ‘Settings Sync’ extension
  2. Access GitHub through VS Code
  3. Authorize VS Code to open an external website
  4. Authorize Settings Sync on GitHub
  5. Skip ‘Select Your Existing Gist’
  6. Open the Command Palette in VS Code
  7. Create your first Settings file
  8. Verify the Sync File
  9. Set-up another machine with your settings
  10. Show all 9
 
1
2
In these interests
VS Code
h/vscode • 1 guide
h/github • 6 guides
h/microsoft • 5 guides
VS Code
h/vscode • 1 guide
h/github • 6 guides
h/microsoft • 5 guides
VS Code
VS Code Extensions Market PlaceVS Code Extensions Market Place
  1. Launch the Extensions Marketplace by the button in the sidebar, as shown in the image above.
  2. Type the word Setting into the search bar at the top.
  3. Identify the Settings Sync entry in the list and click Install.

Next, you will connect the extension to GitHub.

A dialog box with two buttons; Login and EditA dialog box with two buttons; Login and Edit

Settings Sync will display setup instructions in the Editor Window when it has installed.

  1. Click the LOGIN WITH GITHUB button as shown in the image above.

Next, you will open GitHub inside VS Code.

A VS Code dialog box authorising external websitesA VS Code dialog box authorising external websites

Settings Sync needs to access GitHub from within VS Code.

  1. Click the Open button as shown in the image above.
GitHub authorisation dialogGitHub authorisation dialog

GitHub needs you to authorize Settings Sync.

  1. Click the Authorize shanalikhan button as shown in the image above.
Two messages from Settings SyncTwo messages from Settings Sync

Sync Settings should now be installed. As this is a first-time installation*, there’s no existing Gist to select.

  1. Check that the Success! message has appeared in your web browser and close the tab.
  2. A message with the heading Select Your Existing Gist will appear in the VS Code Edit Window. Click the blue SKIP button.

A new Gist will be created automatically in Step 7.

VS Code Settings MenuVS Code Settings Menu
  1. Click the Manage button on the VS Code sidebar.
  2. Choose Command Palette from the pop-up menu.
Settings Sync commandsSettings Sync commands
  1. Type sync into the Command Palette search bar.
  2. Click the command Update/Upload Settings.

The extension will automatically create a record of your current VS Code settings and upload it to a new secret Gist at GitHub.

In the next step, you will check that the new file has been created.

A GitHub menu and JSON fileA GitHub menu and JSON file

Settings Sync works by creating a JSON file that lists information about your VS Code environment. The file is rebuilt from the current environment when you issue the Update/Upload command (see Step 7). You should do this every time that you make a significant change to your setup.

The simplest way to verify the file is to open it in GitHub.

  1. Sign-in to GitHub and click the account avatar in the top right of the UI.
  2. Select Your gists from the dropdown menu.
  3. Find a recent entry for cloudSettings and open the file. Check the date and the metadata to make sure it is a correct record of your setup.
Someone using a laptop in a cafeSomeone using a laptop in a cafe

Because the settings are stored on GitHub, installing them in VS Code on multiple machines is easy.

  1. Install VS Code and follow the steps in this guide until Step 5. You should then see a list of existing settings files retrieved from GitHub.
  2. Choose a file (usually the most recent). Your current machine’s VS Code will be updated with your preferred settings.

For additional help, refer to the extension’s notes.

We hope that this guide has saved you some serious VS Code hassle! Don’t forget to let your friends know how easy it is to keep your settings safe, whatever happens.

Zach Zach (236)
Nov 19, 2020
1 minute

This short guide will show you how to move the search box in Visual Studio Code from the sidebar to the footer panel, making it easier to find and replace files.

VS Code Extensions Market PlaceVS Code Extensions Market Place
  1. Launch the Extensions Marketplace by the button in the sidebar, as shown in the image above.
  2. Type the word Setting into the search bar at the top.
  3. Identify the Settings Sync entry in the list and click Install.

Next, you will connect the extension to GitHub.

VS Code Extensions Market PlaceVS Code Extensions Market Place
  1. Launch the Extensions Marketplace by the button in the sidebar, as shown in the image above.
  2. Type the word Setting into the search bar at the top.
  3. Identify the Settings Sync entry in the list and click Install.

Next, you will connect the extension to GitHub.

Install the ‘Settings Sync’ extension

A dialog box with two buttons; Login and EditA dialog box with two buttons; Login and Edit

Settings Sync will display setup instructions in the Editor Window when it has installed.

  1. Click the LOGIN WITH GITHUB button as shown in the image above.

Next, you will open GitHub inside VS Code.

A dialog box with two buttons; Login and EditA dialog box with two buttons; Login and Edit

Settings Sync will display setup instructions in the Editor Window when it has installed.

  1. Click the LOGIN WITH GITHUB button as shown in the image above.

Next, you will open GitHub inside VS Code.

Access GitHub through VS Code

A VS Code dialog box authorising external websitesA VS Code dialog box authorising external websites

Settings Sync needs to access GitHub from within VS Code.

  1. Click the Open button as shown in the image above.
A VS Code dialog box authorising external websitesA VS Code dialog box authorising external websites

Settings Sync needs to access GitHub from within VS Code.

  1. Click the Open button as shown in the image above.

Authorize VS Code to open an external website

GitHub authorisation dialogGitHub authorisation dialog

GitHub needs you to authorize Settings Sync.

  1. Click the Authorize shanalikhan button as shown in the image above.
GitHub authorisation dialogGitHub authorisation dialog

GitHub needs you to authorize Settings Sync.

  1. Click the Authorize shanalikhan button as shown in the image above.

Authorize Settings Sync on GitHub

Two messages from Settings SyncTwo messages from Settings Sync

Sync Settings should now be installed. As this is a first-time installation*, there’s no existing Gist to select.

  1. Check that the Success! message has appeared in your web browser and close the tab.
  2. A message with the heading Select Your Existing Gist will appear in the VS Code Edit Window. Click the blue SKIP button.

A new Gist will be created automatically in Step 7.

Two messages from Settings SyncTwo messages from Settings Sync

Sync Settings should now be installed. As this is a first-time installation*, there’s no existing Gist to select.

  1. Check that the Success! message has appeared in your web browser and close the tab.
  2. A message with the heading Select Your Existing Gist will appear in the VS Code Edit Window. Click the blue SKIP button.

A new Gist will be created automatically in Step 7.

Skip ‘Select Your Existing Gist’

VS Code Settings MenuVS Code Settings Menu
  1. Click the Manage button on the VS Code sidebar.
  2. Choose Command Palette from the pop-up menu.
VS Code Settings MenuVS Code Settings Menu
  1. Click the Manage button on the VS Code sidebar.
  2. Choose Command Palette from the pop-up menu.

Open the Command Palette in VS Code

Settings Sync commandsSettings Sync commands
  1. Type sync into the Command Palette search bar.
  2. Click the command Update/Upload Settings.

The extension will automatically create a record of your current VS Code settings and upload it to a new secret Gist at GitHub.

In the next step, you will check that the new file has been created.

Settings Sync commandsSettings Sync commands
  1. Type sync into the Command Palette search bar.
  2. Click the command Update/Upload Settings.

The extension will automatically create a record of your current VS Code settings and upload it to a new secret Gist at GitHub.

In the next step, you will check that the new file has been created.

Create your first Settings file

A GitHub menu and JSON fileA GitHub menu and JSON file

Settings Sync works by creating a JSON file that lists information about your VS Code environment. The file is rebuilt from the current environment when you issue the Update/Upload command (see Step 7). You should do this every time that you make a significant change to your setup.

The simplest way to verify the file is to open it in GitHub.

  1. Sign-in to GitHub and click the account avatar in the top right of the UI.
  2. Select Your gists from the dropdown menu.
  3. Find a recent entry for cloudSettings and open the file. Check the date and the metadata to make sure it is a correct record of your setup.
A GitHub menu and JSON fileA GitHub menu and JSON file

Settings Sync works by creating a JSON file that lists information about your VS Code environment. The file is rebuilt from the current environment when you issue the Update/Upload command (see Step 7). You should do this every time that you make a significant change to your setup.

The simplest way to verify the file is to open it in GitHub.

  1. Sign-in to GitHub and click the account avatar in the top right of the UI.
  2. Select Your gists from the dropdown menu.
  3. Find a recent entry for cloudSettings and open the file. Check the date and the metadata to make sure it is a correct record of your setup.

Verify the Sync File

Someone using a laptop in a cafeSomeone using a laptop in a cafe

Because the settings are stored on GitHub, installing them in VS Code on multiple machines is easy.

  1. Install VS Code and follow the steps in this guide until Step 5. You should then see a list of existing settings files retrieved from GitHub.
  2. Choose a file (usually the most recent). Your current machine’s VS Code will be updated with your preferred settings.

For additional help, refer to the extension’s notes.

We hope that this guide has saved you some serious VS Code hassle! Don’t forget to let your friends know how easy it is to keep your settings safe, whatever happens.

Someone using a laptop in a cafeSomeone using a laptop in a cafe

Because the settings are stored on GitHub, installing them in VS Code on multiple machines is easy.

  1. Install VS Code and follow the steps in this guide until Step 5. You should then see a list of existing settings files retrieved from GitHub.
  2. Choose a file (usually the most recent). Your current machine’s VS Code will be updated with your preferred settings.

For additional help, refer to the extension’s notes.

We hope that this guide has saved you some serious VS Code hassle! Don’t forget to let your friends know how easy it is to keep your settings safe, whatever happens.

Set-up another machine with your settings

Zach Zach (236)
Nov 19, 2020
1 minute

This short guide will show you how to move the search box in Visual Studio Code from the sidebar to the footer panel, making it easier to find and replace files.

NEXT UP
VS Code: How to Move Search from the Sidebar to the Bottom Panel
Zach Zach (236)
Nov 19, 2020
1 minute
Zach Continue reading
Share this guide!
RedditEmailTextPinterest
Sandy's profile pictureSandy
Joined in 2021 1 guide
Sandy is a writer and designer based in the UK.
Sandy's profile picture
Related to this guide:
VS Code: How to Move Search from the Sidebar to the Bottom PanelVS Code: How to Move Search from the Sidebar to the Bottom Panel
This short guide will show you how to move the search box in Visual Studio Code from the sidebar to the footer panel, making it easier to find and replace files.
In these interests: codevscode
VS Code: How to Move Search from the Sidebar to the Bottom PanelVS Code: How to Move Search from the Sidebar to the Bottom Panel
This short guide will show you how to move the search box in Visual Studio Code from the sidebar to the footer panel, making it easier to find and replace files.
In these interests: codevscode
Zach's profile pictureView guide
In these interests: codevscode
codevscode
Posted in these interests:
VS CodeVS Code
Explore
h/vscode • 1 guide
Visual Studio Code, or VS Code, is a popular code editor from Microsoft.
githubgithub
Explore
h/github • 6 guides
microsoftmicrosoft
Explore
h/microsoft • 5 guides
VS CodeVS Code
Explore
h/vscode • 1 guide
Visual Studio Code, or VS Code, is a popular code editor from Microsoft.
Explore
githubgithub
Explore
h/github • 6 guides
Explore
microsoftmicrosoft
Explore
h/microsoft • 5 guides
Explore
Discuss this guide!
Discover interesting things!
Explore Howchoo’s most popular interests.
Explore

Follow @howchoo and learn cool things:

Are you a passionate writer? We’re hiring!

Write for Howchoo

Like what we do?

Donate

Want to support Howchoo? When you buy a tool or material through one of our Amazon links, we earn a small commission as an Amazon Associate.

Write for HowchooDonate

Leave a Reply

Your email address will not be published. Required fields are marked *