Last active
October 30, 2017 02:08
-
-
Save zogreptile/1b82920ef1f10858f4a69fd30bb1ae1c to your computer and use it in GitHub Desktop.
VS Code settings
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
В переменные среды добавить CMDER_ROOT: <путь к папке cmder> | |
{ | |
"workbench.colorTheme": "Ayu Mirage", | |
"workbench.iconTheme": "ayu", | |
"extensions.ignoreRecommendations": false, | |
"window.zoomLevel": 0, | |
"terminal.integrated.shellArgs.windows": [ | |
"cmd /k", | |
"%CMDER_ROOT%\\vendor\\init.bat" | |
], | |
"editor.formatOnPaste": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment