Basic script to help setup VS Code on a new system that runs bash.
Assumes you have VS Code installed and takes advantage of the command line interface.
After updating with your desired settings & extensions, installation is simply:
sh vscode_setup.shIn vscode_setup.sh populate the array with your favourite extensions, noting to adhere to the format of {author}.{package name}, eg for the Microsoft Python extension it would be: "ms-python.python"
Note, the extension name is available from the itemName in the marketplace URL, eg https://marketplace.visualstudio.com/items?itemName=ms-python.python
Update the JSON to reflect your desired user settings.
Update the JSON to reflect your desired keyboard shortcuts.