Skip to content
Snippets Groups Projects
Verified Commit ec0a970b authored by Felix Eckhofer's avatar Felix Eckhofer :man_dancing:
Browse files

Enable LSP in devcontainer and apply rubocop by default

parent 520af4e7
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,16 @@
// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
"ghcr.io/rails/devcontainer/features/activestorage": {}
}
"ghcr.io/rails/devcontainer/features/activestorage": {}
},
"customizations": {
"vscode": {
"extensions": [
"Shopify.ruby-lsp"
]
}
}
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
......
{
"rubyLsp.formatter": "rubocop",
"[ruby]": {
"editor.defaultFormatter": "Shopify.ruby-lsp",
"editor.formatOnSave": true,
},
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment