Skip to content

Toxblh/vscode-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vscode-package

How to install packages and settings vscode for MacOS, Linux and Windows:

First step. Add command code in your system if don't do that before

  • Launch VS Code.
  • Open the Command Palette (⇧⌘P) and type 'shell command' to find the Shell Command: Install 'code' command in PATH command.

Mac shell commands

  • Restart the terminal for the new $PATH value to take effect. You'll be able to type 'code .' in any folder to start editing files in that folder.

Note: If you still have the old code alias in your .bash_profile (or equivalent) from an early VS Code version, remove it and replace it by executing the Shell Command: Install 'code' command in PATH command.

To manually add VS Code to your path on MacOS:

cat << EOF >> ~/.bash_profile
# Add Visual Studio Code (code)
export PATH="$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin"
EOF

Manually on Windows, VS Code is installed under AppData\Local\Programs\Microsoft VS Code\bin to PATH environment variables

Second step. Install packages and settings

How to backup:

  • Install Shell command in vscode
  • ./backup.sh

Same for Windows:

  • For restore use .\restore.bat
  • For backup use .\backup.bat

License MIT

About

📦 My vscode packages for development

Resources

License

Stars

Watchers

Forks

Packages