mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Add ~/.atom/dev/packages to load paths
This commit is contained in:
@@ -13,6 +13,7 @@ class AtomProtocolHandler
|
||||
@loadPaths = [
|
||||
path.join(@resourcePath, 'node_modules')
|
||||
path.join(app.getHomeDir(), '.atom', 'packages')
|
||||
path.join(app.getHomeDir(), '.atom', 'dev', 'packages')
|
||||
]
|
||||
|
||||
@registerAtomProtocol()
|
||||
|
||||
Reference in New Issue
Block a user