Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add typing to Command in Hello World Template #115

Closed
JonasHelming opened this issue Sep 21, 2021 · 0 comments · Fixed by #117
Closed

Add typing to Command in Hello World Template #115

JonasHelming opened this issue Sep 21, 2021 · 0 comments · Fixed by #117
Assignees

Comments

@JonasHelming
Copy link
Contributor

JonasHelming commented Sep 21, 2021

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 = {
@JonasHelming JonasHelming self-assigned this Sep 21, 2021
JonasHelming added a commit to JonasHelming/generator-theia-extension that referenced this issue Sep 27, 2021
fixed eclipse-theia#115

Contributed on behalf of STMicroelectronics

Signed-off-by: Jonas Helming <[email protected]>
JonasHelming added a commit to JonasHelming/generator-theia-extension that referenced this issue Sep 27, 2021
JonasHelming added a commit to JonasHelming/generator-theia-extension that referenced this issue Sep 27, 2021
JonasHelming added a commit to JonasHelming/generator-theia-extension that referenced this issue Sep 27, 2021
JonasHelming added a commit that referenced this issue Oct 5, 2021
fixed #115

Contributed on behalf of STMicroelectronics

Signed-off-by: Jonas Helming <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants