forked from e621ng/e621ng

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.
8 lines
141 B
JSON
8 lines
141 B
JSON
{
|
|
"[ruby]": {
|
|
"editor.formatOnSave": false
|
|
},
|
|
// Trick ruby-lsp into not doing any updates
|
|
"rubyLsp.bundleGemfile": "Gemfile",
|
|
}
|