Skip to content

Instantly share code, notes, and snippets.

@anxgang
Last active January 23, 2022 07:55
Show Gist options
  • Save anxgang/1ad90ffe487943971cd9cf661993721b to your computer and use it in GitHub Desktop.
Save anxgang/1ad90ffe487943971cd9cf661993721b to your computer and use it in GitHub Desktop.
Vscode User Setting
{
"workbench.colorTheme": "One Dark Pro",
"workbench.iconTheme": "file-icons",
"atomKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": true,
"editor.fontSize": 13,
"terminal.external.osxExec": "iTerm.app",
"window.zoomLevel": -1,
"editor.snippetSuggestions": "top",
"emmet.includeLanguages": {
"html.erb": "html",
"blade": "html"
},
"workbench.activityBar.visible": true,
"editor.tabSize": 2,
"editor.renderWhitespace": "boundary",
"workbench.startupEditor": "newUntitledFile",
"diffEditor.ignoreTrimWhitespace": true,
"telemetry.enableCrashReporter": false,
"files.associations": {
"*.js.erb": "javascript"
},
"terminal.integrated.fontFamily": "SauceCodePro Nerd Font",
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"gitlens.historyExplorer.enabled": true
}
{
"workbench.colorTheme": "Atom One Dark",
"atomKeymap.promptV3Features": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.formatOnPaste": true,
"workbench.iconTheme": "file-icons",
"editor.tabSize": 2,
"extensions.ignoreRecommendations": false,
"editor.renderControlCharacters": false,
"terminal.integrated.fontFamily": "MesloLGS NF",
"tailwindCSS.includeLanguages": {
"erb": "html",
},
"diffEditor.ignoreTrimWhitespace": false,
"liveServer.settings.donotShowInfoMsg": true,
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"editor.find.addExtraSpaceOnTop": false,
"editor.fontFamily": "xSarasa Mono TC Nerd, Menlo, Monaco, 'Courier New', monospace",
"window.zoomLevel": 3,
"emmet.includeLanguages": {
"erb": "html"
},
"files.associations": {
"*.js.erb": "javascript",
"*.xls.erb": "xml",
"*.xlsx.axlsx": "ruby",
"*.json.jb": "ruby",
"*.stdout": "log",
"*.erb": "erb",
"*.styl": "scss",
"hosts": "ruby",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment