Skip to content

Instantly share code, notes, and snippets.

@GulajavaMinistudio
Last active February 21, 2020 23:30
Show Gist options
  • Save GulajavaMinistudio/d956f3b10567dd7aad017727b232a2e7 to your computer and use it in GitHub Desktop.
Save GulajavaMinistudio/d956f3b10567dd7aad017727b232a2e7 to your computer and use it in GitHub Desktop.
VSCodeCodium Global Settings Backup 2020
{
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false,
"enableTelemetry": false,
"workbench.colorTheme": "Mayukai Mirage",
"extensions.autoUpdate": false,
"workbench.iconTheme": "material-icon-theme",
"editor.minimap.renderCharacters": false,
"editor.suggestSelection": "first",
"editor.fontLigatures": false,
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"editor.fontFamily": "'Iosevka', 'Iosevka SS09', 'Iosevka SS12', 'Ubuntu Mono', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"editor.fontWeight": "600",
"terminal.integrated.fontFamily": "Iosevka Term",
"terminal.integrated.fontWeight": "600",
"editor.cursorStyle": "block",
"editor.cursorBlinking": "solid",
"editor.renderWhitespace": "all",
"editor.formatOnSave": true,
"eslint.alwaysShowStatus": true,
// "eslint.autoFixOnSave": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment