Skip to content

svrakata/vscode-configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VSCODE config files

Formatter - JS

  • whitespace after trailing coma in array

TSLint

  • Insert space start/end parentesis JSX expression

Instructions:

  1. Run the set_settings.sh script. This will copy keybindings, settings, tslint and typescriptreact to ~/.config/Code/User (Linux only)

  2. 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

SOF link

About

vscode config files (tslint, eslint etc.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages