From 3fe2675345f6e47a508e8e2c0c45211ac79bd975 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/site/site/configuration/formatter-options.md b/site/site/configuration/formatter-options.md index 34095f170..cd62bdf63 100644 --- a/site/site/configuration/formatter-options.md +++ b/site/site/configuration/formatter-options.md @@ -5,6 +5,7 @@ This page contains a list of formatting options the formatter accepts. ::: warning 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. :::