Skip to content

Instantly share code, notes, and snippets.

@zogreptile
Last active October 30, 2017 02:08
Show Gist options
  • Save zogreptile/1b82920ef1f10858f4a69fd30bb1ae1c to your computer and use it in GitHub Desktop.
Save zogreptile/1b82920ef1f10858f4a69fd30bb1ae1c to your computer and use it in GitHub Desktop.
VS Code settings
В переменные среды добавить 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