diff --git a/src/config-schema.js b/src/config-schema.js index 1a8c9503e..345e6dd78 100644 --- a/src/config-schema.js +++ b/src/config-schema.js @@ -331,7 +331,7 @@ const configSchema = { fileSystemWatcher: { description: 'Choose the underlying implementation used to watch for filesystem changes. Emulating changes will miss any events caused by applications other than Atom, but may help prevent crashes or freezes. Polling may be useful for network drives, but will be more costly in terms of CPU overhead.
This setting will require a relaunch of Atom to take effect.', type: 'string', - default: 'experimental', + default: 'native', enum: [ { value: 'native',