- whitespace after trailing coma in array
- Insert space start/end parentesis JSX expression
-
Run the
set_settings.sh
script. This will copy keybindings, settings, tslint and typescriptreact to ~/.config/Code/User (Linux only) -
Run the following comand on the old machine to extract the list of extensions with executable command for instalation:
code --list-extensions | xargs -L 1 echo code --install-extension
The output run on the new machine.
Sample output:
code --install-extension Angular.ng-template
code --install-extension DSKWRK.vscode-generate-getter-setter
code --install-extension EditorConfig.EditorConfig
code --install-extension HookyQR.beautify