Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Use @atom/watcher with a core.fileSystemWatcher setting
Browse files Browse the repository at this point in the history
  • Loading branch information
smashwilson committed Feb 6, 2018
1 parent c7f97ad commit c0a3514
Show file tree
Hide file tree
Showing 3 changed files with 302 additions and 214 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"electronVersion": "1.7.11",
"dependencies": {
"@atom/nsfw": "^1.0.18",
"@atom/watcher": "0.0.8",
"@atom/source-map-support": "^0.3.4",
"async": "0.2.6",
"atom-keymap": "8.2.9",
Expand Down
8 changes: 8 additions & 0 deletions src/config-schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,14 @@ const configSchema = {
value: 'native',
description: 'Native operating system APIs'
},
{
value: 'experimental',
description: 'Experimental filesystem watching library'
},
{
value: 'poll',
description: 'Polling'
},
{
value: 'atom',
description: 'Emulated with Atom events'
Expand Down
Loading

0 comments on commit c0a3514

Please sign in to comment.