diff --git a/cli/src/config-schema.json b/cli/src/config-schema.json index 4fa0ac9c1..9ff895dfc 100644 --- a/cli/src/config-schema.json +++ b/cli/src/config-schema.json @@ -288,6 +288,7 @@ "fsmonitor": { "type": "string", "enum": ["none", "watchman"], + "default": "none", "description": "Whether to use an external filesystem monitor, useful for large repos" }, "watchman": {