add commands to extension manager

This commit is contained in:
Philipp Kühn
2020-04-02 14:34:07 +02:00
parent 748131637c
commit c27ebe8473
8 changed files with 62 additions and 39 deletions

View File

@@ -41,6 +41,10 @@ export default abstract class Extension {
keys(): { [key: string]: any } {
return {}
}
commands(): { [key: string]: any } {
return {}
}
}