Skip to content

Instantly share code, notes, and snippets.

@dorayakikun
Created January 10, 2019 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dorayakikun/c7e53ae3b335a0c8858c76259947034a to your computer and use it in GitHub Desktop.
Save dorayakikun/c7e53ae3b335a0c8858c76259947034a to your computer and use it in GitHub Desktop.
VSCodeの設定
{
//-------- Editor configuration --------
"editor.fontSize": 20,
"editor.fontFamily": "Source Code Pro for Powerline",
"editor.tabSize": 2,
"terminal.integrated.fontSize": 16,
"terminal.integrated.fontFamily": "Source Code Pro for Powerline",
"terminal.integrated.shell.osx": "/usr/local/bin/fish",
"window.zoomLevel": -1,
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "Panda Syntax",
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true
},
"typescript.updateImportsOnFileMove.enabled": "always",
"diffEditor.renderSideBySide": false,
"gitlens.views.fileHistory.enabled": true,
"gitlens.views.lineHistory.enabled": true,
"breadcrumbs.enabled": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment