From 425aaa7981f1b35644f4bfa66bca7a1847f744d5 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Wed, 15 May 2019 12:57:58 -0600 Subject: [PATCH] Disable @atom/notify again --- src/config-schema.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',