Settings

The Settings editor provides a graphical interface to manage both user and workspace settings. To open the Settings editor, navigate to Code  Settings  Settings. Alternately, open the Settings editor from the Command Palette (Shift+ctrl+P/Shift++P) with Preferences: Open Settings or use the keyboard shortcut (ctrl+,/+,).

When you open the Settings editor, you can search and discover the settings you are looking for. When you search using the search bar, the Settings editor filters the settings to only show those that match your criteria. This makes finding settings quick and easy.

VS Code applies changes to settings directly as you change them. You can identify settings that you modified by the colored bar on the left of the setting, similar to modified lines in the editor.

Vadacode settings

Vadacode contributes its own settings, which you can review under the Extensions  Vadacode section of the Settings editor.

You can also review Vadacode’s settings from the Extensions view (Shift+ctrl+X/Shift++X) by selecting the extension and reviewing the Feature Contributions tab.

Vadalog endpoint

Vadalog Engine HTTP endpoint in protocol://hostname:port format (e.g. http://vadalog:8080).

Defaults to: http://127.0.0.1:8080.