Skip to content

Instantly share code, notes, and snippets.

@ferdousulhaque
Created April 30, 2018 18:23
Show Gist options
  • Save ferdousulhaque/68bf0dc43a5bafe9259740e0ab27fc4d to your computer and use it in GitHub Desktop.
Save ferdousulhaque/68bf0dc43a5bafe9259740e0ab27fc4d to your computer and use it in GitHub Desktop.
Settings for VS Code
{
"sublimeTextKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.formatOnPaste": true,
"editor.fontSize": 15,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
//"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"terminal.integrated.shell.windows": "C:\\WINDOWS\\sysnative\\WindowsPowerShell\\v1.0\\powershell.exe"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment