eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
19.88k stars 2.49k forks source link

VS Code extension "vsls-contrib.codetour" fails with "(intermediate value).flat is not a function" #8051

Open jankeromnes opened 4 years ago

jankeromnes commented 4 years ago

Bug Description:

https://github.com/open-vsx/publish-extensions/issues/52

It fails with an error message saying (intermediate value).flat is not a function.

Steps to Reproduce:

  1. Install CodeTour extension: https://github.com/vsls-contrib/codetour
  2. Check browser console for above error

Additional Information

akosyakov commented 4 years ago

btw @jankeromnes Does it depend on LiveShare extension? LiveShare is under MS proprietary licence.

jankeromnes commented 4 years ago

I couldn't find the word "live" in https://github.com/vsls-contrib/codetour/blob/master/package.json, so maybe it doesn't (although I don't remember exactly how dependencies work -- will let you know when tonight's publish-extensions runs whether it complains about a missing dependency).

akosyakov commented 4 years ago

ok, vsls in the name confuses me, but looking at the code it does not seem to make use of live share.