Vscode Export Installed Extensions List

[Solved] Vscode Export Installed Extensions List | Typescript - Code Explorer | yomemimo.com
Question : vscode export installed extensions list

Answered by : valdas

Machine A:
In the Visual Studio Code PowerShell terminal:
code --list-extensions > extensions.list
Machine B:
Copy extension.list to the machine B
In the Visual Studio Code PowerShell terminal: cat extensions.list |% { code --install-extension $_}

Source : https://stackoverflow.com/questions/35773299/how-can-you-export-the-visual-studio-code-extension-list | Last Update : Fri, 29 Jul 22

Answers related to vscode export installed extensions list

Code Explorer Popular Question For Typescript