code --list-extensions > list
sed -i 's/.*/\"&\",/' list
Copy contents of file list
and add to file .vscode/extensions.json
in the "recommendations"
section.
If extensions.json
doesn't exist then create a file with the following contents
{
"recommendations": [
// Add content of file list here
]
}
Share the extensions.json
file and ask another user to add to the .vscode
folder. Visual Studio Code will prompt for installation of extensions.