eBooru/.vscode/settings.json
Earlopain fa9fb531f7
[Docker] Add a devcontainer
This removes the need for all the ruby-lsp setup stuff.

ruby-lsp will try to install the debug gem which contains native code, add that to the gemfile so it doesn't cause trouble.

I'm probably going to remove the rubocop/test compose services at some point. With devcontainers you are just able to run the commands directly.
2024-01-12 20:50:24 +00:00

8 lines
141 B
JSON

{
"[ruby]": {
"editor.formatOnSave": false
},
// Trick ruby-lsp into not doing any updates
"rubyLsp.bundleGemfile": "Gemfile",
}