Skip to content

Instantly share code, notes, and snippets.

@mnaichuk
Created December 17, 2018 12:08
Show Gist options
  • Save mnaichuk/8a100a4386233312337130a47addfec1 to your computer and use it in GitHub Desktop.
Save mnaichuk/8a100a4386233312337130a47addfec1 to your computer and use it in GitHub Desktop.
{
"breadcrumbs.enabled": true,
"ruby.codeCompletion": "rcodetools",
"ruby.intellisense": "rubyLocate",
"ruby.interpreter.commandPath": "/home/mnaichuk/.rvm/rubies/ruby-2.5.3/bin/ruby",
"ruby.lint": {
"rubocop": {
"rails": true,
"except": [
"spec/**"
],
"lint": true
},
"fasterer": true,
"ruby": true
},
"ruby.lintDebounceTime": 1000,
"ruby.useLanguageServer": true,
"ruby.rctComplete.commandPath": "/home/mnaichuk/.gem/ruby/2.5.0/bin/rct-complete",
"ruby.format": "rubocop",
"workbench.statusBar.visible": true,
"window.menuBarVisibility": "toggle"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment