yrming / vscode-type-challenges

Take Type Challenges in VS Code
https://marketplace.visualstudio.com/items?itemName=YRM.type-challenges
MIT License
44 stars 12 forks source link

Show the "completion" status in the sidebar tree #8

Closed SimeonC closed 2 years ago

SimeonC commented 2 years ago

Seeing as we have the files on disk, it'd be nice to keep track of whether the relevant file for each challenge exists. This would help with keeping track of progress if you're like me and doing all the challenges in some order.

It'd be very cool if we could also show whether a started file has errors or is "complete/successful".

yrming commented 2 years ago

Thanks. It will be supported soon.😀

yrming commented 2 years ago

@SimeonC Hi, it is now supported. You can update to the latest version.

SimeonC commented 2 years ago

@yrming Thanks for the quick feature release! Works perfectly thanks!

AngryChocobo commented 2 years ago

My installed extension version is 1.5.0, but I can't see the status has changed. What information can I provide to handle this problem ?

Oh, I am using Mac. @yrming

yrming commented 2 years ago

@AngryChocobo Can you provide some screenshots?

AngryChocobo commented 2 years ago

@AngryChocobo Can you provide some screenshots?

error

yrming commented 2 years ago

@AngryChocobo I'll try to reproduce it, thanks a lot.

yrming commented 2 years ago

@AngryChocobo Open the developer tools (Help > Toggle Developer Tools) and check if there are any error messages.

yrming commented 2 years ago

@AngryChocobo By the way, do you have installed typescript globally?

AngryChocobo commented 2 years ago

Looks like no error messages. Even after I click refresh button...

AngryChocobo commented 2 years ago

@AngryChocobo By the way, do you have installed typescript globally?

I use tsc -v in iTerm2. It shows Version 3.7.5.

So I think I had install ts globally... Is it version engough ?

yrming commented 2 years ago

@AngryChocobo Please install latest version of TypeScript.