11 lines
199 B
JSON
11 lines
199 B
JSON
{
|
|
"ruby.useBundler": true,
|
|
"ruby.useLanguageServer": true,
|
|
"ruby.lint": {
|
|
"rubocop": {
|
|
"useBundler": true
|
|
}
|
|
},
|
|
"ruby.format": "rubocop",
|
|
"ruby.intellisense": "rubyLocate"
|
|
}
|