Prettier Config
The prettier.configPath setting is intended to explicitly define a configuration path for Prettier, and it does override local .prettierrc files when set. This can be useful in scenarios where a consistent formatting configuration is desired across multiple projects, but it does not support a fallback mechanism inherently.