Skip to content

Instantly share code, notes, and snippets.

@su8ru
Created October 30, 2018 16:13
Show Gist options
  • Save su8ru/181dfb1914f241031ff0ea826eb88eef to your computer and use it in GitHub Desktop.
Save su8ru/181dfb1914f241031ff0ea826eb88eef to your computer and use it in GitHub Desktop.
Visual Studio Code Settings
{
"window.title": "${dirty}${activeEditorMedium}${separator}${rootName}${separator}${appName}",
"editor.fontFamily": "Cica",
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
"terminal.integrated.shellArgs.windows": ["/K", "C:\\software\\cmder\\vscode.bat"],
"terminal.integrated.cursorStyle": "line",
"files.exclude": {
"**/.git": false,
"**/.vs": true,
"**/.vscode": true
},
"workbench.colorTheme": "Monokai Alt",
"editor.renderIndentGuides": true,
"editor.detectIndentation": false,
"editor.insertSpaces": false,
"editor.renderWhitespace": "all",
"editor.tabSize": 4,
"editor.fontSize": 15,
"workbench.statusBar.feedback.visible": false,
"editor.minimap.renderCharacters": false,
"editor.minimap.showSlider": "always",
"editor.autoIndent": true,
"workbench.editor.enablePreview": false,
//Codic
"codic.ACCESS_TOKEN": "AUATHPynSooj49IJZcMqyDhsHEQEF0RqE2",
"codic.case": "camelCase",
"powermode.enabled": false,
"powermode.presets": "particles"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment