handle legacy plugins in plugin loader

This commit is contained in:
Eugene Pankov
2021-07-02 00:09:32 +02:00
parent 4569126322
commit cb06a8e493
3 changed files with 14 additions and 5 deletions

View File

@@ -5,6 +5,7 @@ export interface PluginInfo {
description: string
packageName: string
isBuiltin: boolean
isLegacy: boolean
version: string
author: string
homepage?: string