Open KreativJos opened 3 years ago
The extension.ts file is getting a bit too complicated / bloated. It should be refactored into multiple files, with the extension.ts only containing extension contributions (without their content)
Partially implemented by #44
Template class should be abstract, templateType values should each be a separate implementation of the Template class.
Above comment implemented by #46
The extension.ts file is getting a bit too complicated / bloated. It should be refactored into multiple files, with the extension.ts only containing extension contributions (without their content)