Skip to content

Instantly share code, notes, and snippets.

@remlapmot
Created January 19, 2020 13:39
Show Gist options
  • Save remlapmot/63aeb21c8ae53deef6d68f800392beb1 to your computer and use it in GitHub Desktop.
Save remlapmot/63aeb21c8ae53deef6d68f800392beb1 to your computer and use it in GitHub Desktop.
VS Code User Settings
{
"workbench.sideBar.location": "right",
"workbench.iconTheme": "vscode-icons",
"editor.fontFamily": "Fira Code Light",
"editor.fontLigatures": true,
"latex-workshop.view.pdf.viewer": "tab",
"editor.minimap.enabled": false,
"editor.wordWrap": "on",
"breadcrumbs.enabled": true,
"editor.fontSize": 11,
"window.zoomLevel": 1,
"vsicons.dontShowNewVersionMessage": true,
"terminal.integrated.fontSize": 11,
"workbench.editor.tabSizing": "shrink",
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\wsl.exe",
"code-runner.customCommand": "StataSE-64 do $fileName",
"code-runner.preserveFocus": false,
"markdown.preview.fontFamily": "Calibri, -apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', 'Ubuntu', 'Droid Sans', sans-serif",
"markdown.preview.fontSize": 14.5,
}
@remlapmot
Copy link
Author

Fonts:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment