vale_sync
Download Vale styles and packages to resolve missing styles directory errors by reading .vale.ini configuration and fetching required style packages.
Instructions
Download Vale styles and packages by running 'vale sync'. Use this when you see errors about missing styles directories (E100 errors like 'The path does not exist'). This command reads the .vale.ini configuration and downloads the required style packages.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
config_path | No | Optional path to .vale.ini file. If not provided, uses the server's configured path or searches in the current directory. |
Input Schema (JSON Schema)
{
"properties": {
"config_path": {
"description": "Optional path to .vale.ini file. If not provided, uses the server's configured path or searches in the current directory.",
"type": "string"
}
},
"type": "object"
}