From 3c6d8beb9bf80b6840e36652f65ec1e48d866177 Mon Sep 17 00:00:00 2001 From: Zhiliang Wu Date: Wed, 9 Aug 2023 12:13:18 +0200 Subject: [PATCH] docs(vscode): Reload to make the format settings to take effect --- site/site/configuration/formatter-options.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/site/configuration/formatter-options.md b/site/site/configuration/formatter-options.md index 34095f170..d62f305bc 100644 --- a/site/site/configuration/formatter-options.md +++ b/site/site/configuration/formatter-options.md @@ -6,6 +6,8 @@ This page contains a list of formatting options the formatter accepts. In some environments (e.g. in Visual Studio Code and JavaScript) the option keys are _camelCase_ to better fit the conventions. For example `align_entries` becomes `alignEntries`. +In some environments (e.g., Visual Studio Code), one need to reload the extension to let the settings take effect. + ::: | option | description | default value |