Skip to content

Instantly share code, notes, and snippets.

@flaugabriel
Last active March 5, 2023 19:51
Show Gist options
  • Save flaugabriel/2b7cb1dc3ca257b25cf815c46c8bad5c to your computer and use it in GitHub Desktop.
Save flaugabriel/2b7cb1dc3ca257b25cf815c46c8bad5c to your computer and use it in GitHub Desktop.
{
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "Monokai Dimmed",
"window.zoomLevel": 2,
"dart.flutterAdbConnectOnChromeOs": true,
"dart.flutterSdkPaths": [
"/opt/flutter/bin"
],
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"dart.debugExternalLibraries": false,
"dart.debugSdkLibraries": false,
"beautify.language": {
"html":["html.erb", "html"]
},
"[erb]": {
},
"emmet.includeLanguages": {
"erb": "html"
},
"editor.tabSize": 2,
"terminal.integrated.fontFamily": "DejaVu Sans Mono for Powerline",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment