From 340c25998839b05910bc288e800247efa23db997 Mon Sep 17 00:00:00 2001 From: mingxuanzhang Date: Tue, 14 Nov 2023 14:13:12 -0800 Subject: [PATCH 1/2] chore: create doc for undeclared configurations --- contributing/undeclared-configurations.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 contributing/undeclared-configurations.md diff --git a/contributing/undeclared-configurations.md b/contributing/undeclared-configurations.md new file mode 100644 index 0000000000..4f7ea29cc1 --- /dev/null +++ b/contributing/undeclared-configurations.md @@ -0,0 +1,10 @@ +# Undeclared Configurations + +Certain configurations within the VS Code settings are intentionally not declared, +aiming to maintain user transparency. However, they are documented here for the benefit of those +who might wish to utilize them. These settings can be customized in the settings.json file. +To access this file, use the Command Palette by typing "Preferences: Open User Settings (JSON)." + +## Configuration Details + +- `'salesforcedx-vscode-apex.wait-init-jobs'`: This setting prevents requests from being sent to the Apex Language Server until the initialization process is complete. From 94a051b01bc823234a1674679a561a4f60c0dde7 Mon Sep 17 00:00:00 2001 From: mingxuanzhang Date: Tue, 14 Nov 2023 14:32:42 -0800 Subject: [PATCH 2/2] chore: create doc for undeclared configurations --- contributing/undeclared-configurations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/undeclared-configurations.md b/contributing/undeclared-configurations.md index 4f7ea29cc1..8ae17e630c 100644 --- a/contributing/undeclared-configurations.md +++ b/contributing/undeclared-configurations.md @@ -7,4 +7,4 @@ To access this file, use the Command Palette by typing "Preferences: Open User S ## Configuration Details -- `'salesforcedx-vscode-apex.wait-init-jobs'`: This setting prevents requests from being sent to the Apex Language Server until the initialization process is complete. +- `'salesforcedx-vscode-apex.wait-init-jobs'`: This setting prevents requests from being sent to the Apex Language Server until the initialization process is complete. Default is true.