You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To configure v-analyzer, a global or local configuration can be used.
The global config is located in ~/.config/v-analyzer/config.toml. It is used for all projects that don't use their own local config.
A local config can be created with the v-analyzer init command at the root of the project.
It will create a template in ./.v-analyzer/config.toml. Each setting in the config has a detailed description.
If v-analyzer cannot find the path of your V installation, it is required to specify the path to it manually in the configs custom_vroot field.