add commands to extension manager
This commit is contained in:
@@ -41,6 +41,10 @@ export default abstract class Extension {
|
||||
|
||||
keys(): { [key: string]: any } {
|
||||
return {}
|
||||
}
|
||||
|
||||
commands(): { [key: string]: any } {
|
||||
return {}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user