mirror of
https://github.com/atom/atom.git
synced 2026-02-15 00:55:14 -05:00
Rename extensions to packages
We now look at the `core.disabledPackages` config key. Rename the `src/extensions` directory to `src/packages`. The config object now talks about loading packages instead of extensions.
This commit is contained in:
@@ -3,7 +3,7 @@ paths = [
|
||||
"#{window.resourcePath}/benchmark"
|
||||
"#{window.resourcePath}/src/stdlib"
|
||||
"#{window.resourcePath}/src/app"
|
||||
"#{window.resourcePath}/src/extensions"
|
||||
"#{window.resourcePath}/src/packages"
|
||||
"#{window.resourcePath}/src"
|
||||
"#{window.resourcePath}/vendor"
|
||||
"#{window.resourcePath}/static"
|
||||
|
||||
Reference in New Issue
Block a user