config-schema: add missing default for core.fsmonitor

This commit is contained in:
Jonas Greitemann 2025-04-11 10:06:10 +02:00 committed by Jonas Greitemann
parent b99361cbab
commit 69cf7b38fc

View File

@ -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": {