3

Visual Studio Code: Did you know… You can generate an installation command of yo...

 3 years ago
source link: https://anthonygiretti.com/2021/05/06/visual-studio-code-did-you-know-you-can-generate-an-installation-command-of-your-installed-extensions/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Visual Studio Code: Did you know… You can generate an installation command of your installed extensions ?

2021-05-06 by anthonygiretti

Introduction

Dear Visual Studio Code lovers! I have a little tip for you! Do you love Visual Studio Code so much that you want to use it on several different workstations? Got a ton of extensions and bored installing them one by one with the GUI? Well I have the solution for you! I show you how to generate an install command and copy and paste it into another terminal of Visual Studio Code!

How to generate the command

Open the Terminal In Visual Studio Code and type the following command:

code --list-extensions | % { "code --install-extension $_" }

On my end it gives the following output that I need to copy and then paste in another Visual Studio Code:

Practical isn’t it 😉

Like this:


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK