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.
10 lines
463 B
JSON
10 lines
463 B
JSON
{
|
|
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
|
|
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
|
|
|
|
// List of extensions which should be recommended for users of this workspace.
|
|
"recommendations": ["ms-vscode-remote.remote-containers"],
|
|
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
|
|
"unwantedRecommendations": []
|
|
}
|