Skip to content

Instantly share code, notes, and snippets.

@ukdave
Created December 4, 2019 13:25
Show Gist options
  • Save ukdave/8a048d86d65b29c7dca82f00a448353c to your computer and use it in GitHub Desktop.
Save ukdave/8a048d86d65b29c7dca82f00a448353c to your computer and use it in GitHub Desktop.
vscode for ruby
{
"recommendations": [
"kaiwood.endwise",
"castwide.solargraph",
"lourenci.go-to-spec",
"thadeu.vscode-run-rspec-file",
"alexkrechik.cucumberautocomplete",
"sianglim.slim",
"dbaeumer.vscode-eslint",
"hex-ci.stylelint-plus"
]
}
{
"[ruby]": {
"editor.formatOnSave": true
},
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"solargraph.autoformat": true,
"solargraph.diagnostics": true,
"solargraph.formatting": true,
"solargraph.useBundler": true,
"cucumberautocomplete.steps": [
"features/step_definitions/*.rb"
],
"cucumberautocomplete.syncfeatures": "features/*.feature",
"cucumberautocomplete.customParameters": [
{
"parameter": "{string}",
"value": ".*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment