Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mz/undeclared configs #5229

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions contributing/undeclared-configurations.md
Original file line number Diff line number Diff line change
@@ -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. Default is true.
Loading