mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Deprecate uri-opened
This commit is contained in:
@@ -188,6 +188,8 @@ class WorkspaceView extends View
|
||||
deprecate('Use Workspace::onDidChangeActivePaneItem instead')
|
||||
when 'selection:changed'
|
||||
deprecate('Use Editor::onDidChangeSelectionRange instead')
|
||||
when 'uri-opened'
|
||||
deprecate('Use Workspace::onDidOpen instead')
|
||||
originalOn.apply(this, arguments)
|
||||
|
||||
###
|
||||
|
||||
Reference in New Issue
Block a user