Skip to content

List of customization that you need to do on a fresh installed VS Code

Notifications You must be signed in to change notification settings

sridharrajs/vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

VSCode

This repo has contains the list of tweaks I did to VSCode

Set up

After installation, launch VS Code. Now open the Command Palette (⇧⌘P) and type shell command to find the Shell Command: Install 'code' command in PATH command.

alt text

and add

export PATH="$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin"

to your ~/.bash_profile. If you're using Zsh, add this to your ~/.zshrc

Minimap

By default, VSCode shows you minimap, to disable it, Click View Menu -> Select Toggle Minimap

File pane changes

When you open files(using control click/Side pane), VSCode will load the file on the same pane. You would need to change preview options to load them in different pane. To do, Code Menu -> Preference -> Settings. Search for Enable preview and uncheck it.

screenshot 2019-02-12 at 11 56 18 am

Configuring Keyboard shortcuts

You can change keyboard shortcuts as per your wish by placing them on keybinding.json. To do so, go to Code -> Preference -> Keyboard Shortcuts

keyboard shortcuts

Click on the keybindings.json and place your shortcuts there.

Theme

Plugins

About

List of customization that you need to do on a fresh installed VS Code

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published