eclipse-theia / generator-theia-extension

A Yeoman generator for extensions to the Theia IDE
Other
49 stars 37 forks source link

tree-editor: fix deprecations #149

Closed vince-fugnitto closed 2 years ago

vince-fugnitto commented 2 years ago

Description

Fixes: https://github.com/eclipse-theia/generator-theia-extension/issues/148. The pull-request fixes the tree-editor following the removal of deprecations upstream.

Steps to Test:

  1. clone the repo and checkout the branch
  2. perform npm link
  3. create directory and navigate to it
  4. perform yo theia-extension
  5. select TreeEditor from the list of templates
  6. confirm that the generation and functionality afterwards works

Signed-off-by: vince-fugnitto vincent.fugnitto@ericsson.com

JonasHelming commented 2 years ago

Works great, thanks @vince-fugnitto !