mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Don't have registry update any editors before initial packages are loaded
This commit is contained in:
@@ -191,7 +191,8 @@ class AtomEnvironment extends Model
|
||||
@commandInstaller = new CommandInstaller(@getVersion(), @applicationDelegate)
|
||||
|
||||
@textEditors = new TextEditorRegistry({
|
||||
@config, grammarRegistry: @grammars, assert: @assert.bind(this), @clipboard
|
||||
@config, grammarRegistry: @grammars, assert: @assert.bind(this), @clipboard,
|
||||
packageManager: @packages
|
||||
})
|
||||
|
||||
@workspace = new Workspace({
|
||||
|
||||
Reference in New Issue
Block a user