Skip to content

Instantly share code, notes, and snippets.

@hrbrmstr
Last active March 29, 2018 02:34
Show Gist options
  • Save hrbrmstr/fe406ff80e22b45895546853e29b2651 to your computer and use it in GitHub Desktop.
Save hrbrmstr/fe406ff80e22b45895546853e29b2651 to your computer and use it in GitHub Desktop.
user-settings.js
{
"editor.fontFamily": "'Operator Mono Lig', Iosevka, Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.tabSize": 2,
"editor.wordWrap": "on",
"r.rterm.mac" : "/usr/local/bin/rtichoke",
"r.rterm.option" : [],
"r.lintr.enabled": false,
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.fontSize": 14,
"terminal.integrated.scrollback": 3000,
"workbench.startupEditor": "newUntitledFile",
"workbench.sideBar.location": "right",
"rust-client.channel": "nightly-2017-12-01",
"workbench.colorCustomizations": {
"terminal.foreground": "#1bdf4c"
},
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "One Monokai Italic",
"rust.mode": "rls"
}
// Place your key bindings in this file to overwrite the defaults
[
{ "key": "shift+cmd+m",
"command": "type",
"args" : {
"text" : "%>%"
}
},
{ "key": "alt+-",
"command": "type",
"args" : {
"text" : "<-"
}
}
]
Docker
Excel Viewer
Jupyter
Jupyter-QTConsole
Material Icon Theme
One Monokai Theme Italic
R
R LSP CLient
Rust
Rust (rls)
VS Code Jupyter Notebook Previewer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment