diff --git a/cspell.schema.json b/cspell.schema.json index b37f43d004d..49d4a0a7969 100644 --- a/cspell.schema.json +++ b/cspell.schema.json @@ -7,7 +7,7 @@ "properties": { "cacheLocation": { "$ref": "#/definitions/FSPathResolvable", - "description": "Path to the cache location. Can be a file or a directory. If none specified `.cspellcache` will be used. Relative paths are relative to the config file in which" + "description": "Path to the cache location. Can be a file or a directory. If none specified `.cspellcache` will be used. Relative paths are relative to the config file in which it is defined.\n\nA prefix of `${cwd}` is replaced with the current working directory." }, "cacheStrategy": { "$ref": "#/definitions/CacheStrategy", diff --git a/packages/cspell-types/cspell.schema.json b/packages/cspell-types/cspell.schema.json index b37f43d004d..49d4a0a7969 100644 --- a/packages/cspell-types/cspell.schema.json +++ b/packages/cspell-types/cspell.schema.json @@ -7,7 +7,7 @@ "properties": { "cacheLocation": { "$ref": "#/definitions/FSPathResolvable", - "description": "Path to the cache location. Can be a file or a directory. If none specified `.cspellcache` will be used. Relative paths are relative to the config file in which" + "description": "Path to the cache location. Can be a file or a directory. If none specified `.cspellcache` will be used. Relative paths are relative to the config file in which it is defined.\n\nA prefix of `${cwd}` is replaced with the current working directory." }, "cacheStrategy": { "$ref": "#/definitions/CacheStrategy",