Skip to content

sabahtalateh/vscode-settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VS Code settings

Install

  • Install VS Code
  • Open VS Code and then In Command Palette (default Cmd+P) select install 'code' command in PATH

VS Code Config alias

codeconf command will run VS Code within config folder

echo "alias codeconf='code -n ~/Library/Application\ Support/Code/User'" >> ~/.zshrc
source ~/.zshrc

Sync settings

Go to VS Code user dir

cd ~/Library/Application\ Support/Code/User

or VS Code - Insiders user dir

cd ~/Library/Application\ Support/Code\ -\ Insiders/User

or VSCodium user dir

cd ~/Library/Application\ Support/VSCodium/User

Remove existing settings

rm settings.json
rm keybindings.json
rm -rf snippets

Clone this repo

git init
git remote add origin https://github.com/sabahtalateh/vscode-settings.git
git pull origin main

Extensions

Extensions can be dumped into extensions.txt file, pushed to this repo and reinstalled from extensions.txt file (for example in VS Code Insiders or VSCodium)

Dump

make dump-extensions

Install

make install-extensions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published