Created
April 30, 2018 18:23
-
-
Save ferdousulhaque/68bf0dc43a5bafe9259740e0ab27fc4d to your computer and use it in GitHub Desktop.
Settings for VS Code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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