diff --git a/vscode/package.json b/vscode/package.json index 528aac709..097a4135d 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -285,8 +285,18 @@ "auto", "rubocop", "syntax_tree", + "standard", + "rubyfmt", "none" ], + "enumDescriptions": [ + "Automatically detect formatter", + "RuboCop", + "Syntax Tree", + "Standard (supported by community addon)", + "Rubyfmt (supported by community addon)", + "Do not use a formatter" + ], "default": "auto" }, "rubyLsp.linters": {