DFRobot / pxt-maqueen

Maqueen is an easy-to-use programming educational Robot
https://dfrobot.github.io/pxt-maqueen/
MIT License
42 stars 102 forks source link

Please add 'shims.d.ts' to "files" in pxt.json #2

Open arvind3 opened 5 years ago

arvind3 commented 5 years ago

When importing the extension into the latest Makecode editor ( at https://makecode.microbit.org/#editor ), I am getting the error message:

Please add 'shims.d.ts' to "files" in pxt.json

G-kodes commented 5 years ago

I have a similar issue which I suspect is caused by the same root problem. I cannot use the MaQueen library since, on import I can no longer compile my project ("Compilation failed, please check your code for errors."). The library does still work through the legacy editors at least, though its very hard to even try and access that.

biau809 commented 4 years ago

The same issue! Any suggestion here?