Skip to main content

Local and Global settings

WIP

This post is a work in progress, so please be patient with us ;)

Local and Global settings is what RCV-VSCode uses to build the CVs in real time.

  • Global settings are reused in every project that does not have a local override.
  • Local settings override global settings, allowing a different configuration for a specific CV.

To make a CV have a local setting, you will have to copy the setting you want from the ./globals folder (automatically generated by RCV-VSCode after creating your first CV)

To make a CV use global settings, just delete the local setting (located in ./yamls/YourCVName/), then reopen the CV, this will reload it with the global setting.

To change global settings, modify the YAML files directly or copy-paste a local setting from ./yamls/YourCVName/ into the ./globals folder

info

In the future you will be able to manage settings directly in the UI.