From 8d4c17efce4e8ecc8e7c557ab2981db6b22c0b6d Mon Sep 17 00:00:00 2001 From: Andy Waite Date: Fri, 21 Jun 2024 15:06:55 -0400 Subject: [PATCH] Add configuration options for third-party formatters (#2092) * Add more formatters * Update vscode/package.json Co-authored-by: Vinicius Stock * Update vscode/package.json Co-authored-by: Vinicius Stock * PR Feedback --------- Co-authored-by: Andy Waite Co-authored-by: Vinicius Stock --- vscode/package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) 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": {