Skip to content

Instantly share code, notes, and snippets.

@andersr
Created April 30, 2020 00:33
Show Gist options
  • Save andersr/64b6c31e6cd9655fe2580e3594619e5a to your computer and use it in GitHub Desktop.
Save andersr/64b6c31e6cd9655fe2580e3594619e5a to your computer and use it in GitHub Desktop.
{
"workbench.startupEditor": "newUntitledFile",
"workbench.iconTheme": "vscode-icons",
"window.zoomLevel": 3,
"terminal.integrated.shell.osx": "/usr/local/bin/fish",
"terminal.integrated.fontFamily": "'Ubuntu Mono derivative Powerline', Menlo, Monaco, 'Courier New', monospace",
"editor.snippetSuggestions": "top",
"editor.fontFamily": "'Victor Mono', Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"workbench.colorTheme": "One Dark Plus",
"breadcrumbs.enabled": false,
"terminal.integrated.scrollback": 10000,
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"typescript.updateImportsOnFileMove.enabled": "never",
"diffEditor.renderSideBySide": true,
"javascript.updateImportsOnFileMove.enabled": "never",
"terminal.integrated.rendererType": "dom",
"eslint.alwaysShowStatus": true,
"vsicons.dontShowNewVersionMessage": true,
"javascript.preferences.quoteStyle": "single",
"typescript.preferences.quoteStyle": "single",
"editor.matchBrackets": "always",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.largeFileOptimizations": false,
"diffEditor.ignoreTrimWhitespace": false,
"editor.minimap.enabled": true,
"explorer.compactFolders": false,
"yaml.schemas": {
"file:///Users/andersramsay/.vscode/extensions/me-dutour-mathieu.vscode-github-actions-2.2.7/schemas/workflow.schema.json": "/.github/workflows/*.yml",
"file:///Users/andersramsay/.vscode/extensions/me-dutour-mathieu.vscode-github-actions-2.2.7/schemas/action.schema.json": "/action.yml"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment