Skip to content

Instantly share code, notes, and snippets.

@sethbergman
Last active January 10, 2019 01:39
Show Gist options
  • Save sethbergman/4822c062d4b1c832f7986235f21f6229 to your computer and use it in GitHub Desktop.
Save sethbergman/4822c062d4b1c832f7986235f21f6229 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-01-10T01:39:07.652Z","extensionVersion":"v3.2.4"}
{
"css.lint.emptyRules": "ignore",
"editor.minimap.showSlider": "always",
"editor.fontFamily": "Operator Mono SSm Lig",
"editor.fontWeight": "300",
"editor.fontSize": 12.5,
"editor.fontLigatures": true,
"editor.formatOnPaste": true,
"editor.matchBrackets": true,
"editor.multiCursorModifier": "ctrlCmd",
"emmet.triggerExpansionOnTab": true,
"eslint.alwaysShowStatus": true,
"extensions.ignoreRecommendations": true,
"files.autoGuessEncoding": true,
"git.enableCommitSigning": true,
"html.format.indentHandlebars": true,
"html.format.indentInnerHtml": true,
"html.format.wrapLineLength": 100,
// "materialTheme.fixIconsRunning": false,
// "prettier.eslintIntegration": true,
// "prettier.bracketSpacing": true,
// "prettier.jsxBracketSameLine": true,
// "prettier.printWidth": 100,
// "prettier.singleQuote": true,
// "prettier.semi": false,
// "prettier.trailingComma": "es5",
"sync.gist": "4822c062d4b1c832f7986235f21f6229",
// "sync.host": "",
// "sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"sync.removeExtensions": false,
"sync.syncExtensions": false,
"sync.autoDownload": false,
"sync.autoUpload": false,
// "sync.lastUpload": "2018-07-10T09:18:11.266Z",
// "sync.lastDownload": "2018-07-19T09:37:33.626Z",
// "sync.forceDownload": true,
"telemetry.enableTelemetry": false,
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.cursorBlinking": true,
// "vscode_custom_css.imports": [
// "file:///usr/share/code/resources/app/out/vs/workbench/workbench.main.css"
// ],
// "vscode_custom_css.policy": true,
// "vscode_custom_css.statusbar": true,
// "vsicons.presets.jsOfficial": true,
"window.newWindowDimensions": "maximized",
"workbench.iconTheme": "vs-one-dark-icons",
"workbench.startupEditor": "none",
"terminal.integrated.fontFamily": "monospace",
"editor.formatOnSave": false,
"editor.formatOnType": false,
"atomKeymap.promptV3Features": true,
"workbench.colorTheme": "Oceanic Next Sublime",
"terminal.explorerKind": "integrated",
// "terminal.external.windowsExec": "C:\\Users\\seth_bergman\\.babun\\cygwin\\bin\\bash.exe",
"terminal.integrated.shell.windows": "C:\\Users\\seth_bergman\\.babun\\cygwin\\bin\\bash.exe"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment