eclipse-theia / generator-theia-extension

A Yeoman generator for extensions to the Theia IDE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add typing to Command in Hello World Template

JonasHelming opened this issue · comments

Description

We should add proper typing when registering the HelloWorldCommand for downstream adopters more easily defining commands:

export const <%= params.extensionPrefix %>Command = {

Should be updated to:

export const <%= params.extensionPrefix %>Command: Command = {