mirror of
https://github.com/atom/atom.git
synced 2026-02-18 02:21:43 -05:00
Hook up package URL handlers
This commit is contained in:
@@ -648,6 +648,10 @@ module.exports = class PackageManager {
|
||||
})
|
||||
}
|
||||
|
||||
registerUrlHandlerForPackage (packageName, handler) {
|
||||
return this.urlHandlerRegistry.registerHostHandler(packageName, handler)
|
||||
}
|
||||
|
||||
// another type of package manager can handle other package types.
|
||||
// See ThemeManager
|
||||
registerPackageActivator (activator, types) {
|
||||
|
||||
Reference in New Issue
Block a user