Skip to content

Instantly share code, notes, and snippets.

@bardware
Created May 3, 2018 19:56
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 bardware/a7de27554a173839030328e7d0a0a4f2 to your computer and use it in GitHub Desktop.
Save bardware/a7de27554a173839030328e7d0a0a4f2 to your computer and use it in GitHub Desktop.
{
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false,
"editor.fontSize": 12,
"editor.fontLigatures": true,
"editor.fontFamily": "Fira Code",
"editor.cursorStyle": "line",
"editor.rulers": [
80,
120
],
"editor.emptySelectionClipboard": false,
"disableLigatures.mode": "Cursor",
"workbench.colorTheme": "Cobalt2",
//Shell launcher
// A list of shell configurations for Windows
"shellLauncher.shells.windows": [
{
"shell": "C:\\Windows\\sysnative\\cmd.exe",
"label": "cmd"
},
{
"shell": "C:\\Users\\bd\\AppData\\Local\\Microsoft\\WindowsApps\\ubuntu.exe",
"label": "ubuntu"
},
{
"shell": "C:\\msys64\\msys2_shell.cmd",
"args": [
"-mingw64",
"-use-full-path",
"-defterm",
"-no-start",
"-here"
],
"label": "MSYS2"
}
],
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
"editor.renderWhitespace": "all",
"files.associations": {},
"files.trimTrailingWhitespace": true,
"emmet.includeLanguages": {},
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true
},
"editor.multiCursorModifier": "ctrlCmd"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment